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.
First, thank you very much for the great work.
The documentation seems confusing to me.
For example, line chart
var myLineChart = Chart.Line(ctx, {
data: data,
options: options
});
line chart data structure (http://www.chartjs.org/docs/#line-chart-data-structure) refers to an structure (dataset) that is within a datasets array of data field, but the title makes me think that this structure is chart data instead of each dataset of chart, so i think something like
Hi.
First, thank you very much for the great work.
The documentation seems confusing to me.
For example, line chart
line chart data structure (http://www.chartjs.org/docs/#line-chart-data-structure) refers to an structure (dataset) that is within a
datasets
array ofdata
field, but the title makes me think that this structure is chart data instead of each dataset of chart, so i think something likeuntil i see an example data object below.
I know this is specified in Chart Data (http://www.chartjs.org/docs/#chart-configuration-chart-data) but is more confusing at first look until you get used to this (many things with same name).
It would be better to change the title "Data Structure" to something like 'Dataset Structure"?
Thanks.
The text was updated successfully, but these errors were encountered: