So i have to create a Funnelchart with specific datapoints on it, so the funnel features different sections, and those sections have Points with Metadata in it. I need a javascript library to accomplish this.
The datapoints need to do the following:
- they must be styled independantly, so for example one can be red and the other one blue and a circle around it
- they need an onclickevent (or similar) so if clicked the script can change data and styling of the datapoint
- they need to be placed dependent on the width and height of each funnel section. so i need to get the boundaries, for example: funnel has sections [A,B,C], i need to get something like minimum and maximum of X and Y for each funnelsection. so i know where to place the datapoints.
Unfortunately, most charting libraries only seem to support predefined charts with little datapoint customisation options. Does anyone know a charting library where this task is somewhat intuitive and easy to do?