FVANCOP / ChartNew.js

MIT License
420 stars 143 forks source link

Drill-down with different chart types and fetch drill-down data on demand #523

Closed NevillePHolistics closed 5 years ago

NevillePHolistics commented 6 years ago

Is it possible to drill-down from e.g. a bar graph to a pie chart?

As a second part of this question, can the drill-down data be fetched via a function instead of being pre-populated? This because I only want to read the database for the drill-down data if necessary.

markosko commented 6 years ago

for different charts can't answer but for datas u can fetch them with ajax,rewrite dataobject and update chart with implemented function :)