javascript - Highcharts linked views -


i've tried searching answer, no success.

i have multiple charts different information on each axis coming same data source. example, file multiple columns a, b, c, d, e originate 1 chart vs b, 1 c vs d , vs e. upon selecting point or area on first chart, selection reflected on other charts (so called linked views).

an example of can found on d3 examples here: http://benjiec.github.io/scatter-matrix/demo/demo.html

is such thing possible highcharts? or better use d3?

the other point i'd wish make need working 500,000 points (of course can , should down sampled). feasible?

thank answers trying figure out best tool needs.

regards

in highcharts, can use scatter series (http://www.highcharts.com/demo/scatter), use clippath point needs inside plotarea, in other cases marker cut.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -