FVANCOP / ChartNew.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

NevillePHolistics opened this issue · comments

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.

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