markboo Report post Posted December 5, 2016 Hi, I need to plot a chart which was a collection of points like {key:string, value: string}. And the keys is a collection which are already defined like(A, B, C, D), So, which chart can I use? Thank you, Markboo Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted December 9, 2016 Hi, If you want both the keys and values to be in string , then "heatmap" may suffice your use case requirement, since it supports both the axis to have string values.For details regarding heatmap chart please visit here. For a live sample please check this fiddle link http://jsfiddle.net/fusioncharts/LsSU9/ Share this post Link to post Share on other sites