Open Amli opened 9 years ago
Two side remarks/questions:
<ods-highcharts>
<ods-chart-serie context="hurricanes" field-x="track_date" chart-type="line" timescale="year" function-y="COUNT"></ods-chart-serie>
</ods-highcharts>
is the same as
<ods-highcharts context="hurricanes" field-x="track_date" chart-type="line" timescale="year" function-y="COUNT"></ods-highcharts>
ods-chart-serie
with the same context, and the code automagically merges them?(note that in my opinion the transparent merge would be ideal, as it doesn't require us - or the user - to add another level of concepts that doesn't bring any end-user benefit)
this should allow for complex charts to be displayed and manipulated from other widgets. superseeds #7