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
The line chart's y-axis should either start at zero or allow me to set it to zero. (I searched the docs and could not find a way of setting min/max y-axis values)
Actual Behaviour
The line chart's y-axis starts at the minimum value from the values charted
Expected Behaviour
The line chart's y-axis should either start at zero or allow me to set it to zero. (I searched the docs and could not find a way of setting min/max y-axis values)
Actual Behaviour
The line chart's y-axis starts at the minimum value from the values charted
Steps to Reproduce:
const data = {
labels: ['Feb 12', '13', '14', '15', '16', '17', '18', '19'],
datasets: [
{
values: [250, 500, 100, 105, 180, 320, 270, 140]
}
],
min: 0
}
Frappé Charts version:
1.6.2
Codepen / Codesandbox:
https://codesandbox.io/s/dry-water-hz7jcn?file=/src/index.js
The text was updated successfully, but these errors were encountered: