You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI,I have imported sparkline chart in my project,and the X-axis is aligning according to the number of data available(if there are 3 data,the spacing between them is equal,but if there are more data x-axis is overlapping).So,is there possibility to make the spacing between the data in x-axis constant and make all other data to be swipable horizontally as in scaffold state??...
I'm attaching the code and image of the one i explained above..
HI,I have imported sparkline chart in my project,and the X-axis is aligning according to the number of data available(if there are 3 data,the spacing between them is equal,but if there are more data x-axis is overlapping).So,is there possibility to make the spacing between the data in x-axis constant and make all other data to be swipable horizontally as in scaffold state??...
I'm attaching the code and image of the one i explained above..
code for above pic is..
////---->below is the code for data.
`const cities = [
const City("May 14", Level.Not, 4,3),
const City("May 15", Level.Kinda, 4,4),
const City("May 16", Level.Quite, 4,3),
const City("May 17", Level.Quite, 4,2),
const City("May 18", Level.Quite, 4,1),
const City("May 19", Level.Quite, 4,3),
const City("May 20", Level.Quite, 4,4),
//const City("Palo Alto", Level.Very, 5),
];`
///--->below is the code for graph
` final xAxis = new ChartAxis();
The text was updated successfully, but these errors were encountered: