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
Not sure if this is a bug or feature request, but if you use label_count some of the data (bars) will go outside the actual graph.
Would be nice if all data (bars) would show inside the graph.
Thanks for the reply! I've done exactly this, and written a function that calculates the best "label_step" value based on max and min values of the dataset. I guess this is what I feel would be a nice feature for the "label_count" parameter - if it would automatically decide on the best "label_step" value.
Not sure if this is a bug or feature request, but if you use label_count some of the data (bars) will go outside the actual graph.
Would be nice if all data (bars) would show inside the graph.
new Ico.BarGraph($('bargraph'),
{ data: [150, 100, 50, 25]},
{ bar_labels: true, label_count: 10});
The text was updated successfully, but these errors were encountered: