Search code examples
node.jsanychartanychart-8.2

Adding custom divisions to quadrant chart in anycharts


i am using Quadrant Chart from anychart.

https://playground.anychart.com/docs/v8/samples/BCT_Quadrant_Chart_04

this allows only four divisions like rightTop, rightBottom, leftTop, leftBottom

i need to generate for nine divisions. is there any way to generate nine divisions instead of four in anycharts?

enter image description here

my data im representing in the form of bubbles

divisions should have labels associated with each and scale is also required on x-axis and y-axis

please help me what should i be doing to get this kind of divisions with label and scale.

thanks a lot for the help


Solution

  • The Quadrant chart doesn't support more than 4 divisions, but you can implement the required chart with 9 divisions (3x3 according to your screenshot) with a Scatter chart, bubble series and some specific settings. I have prepared a sample on AnyCHart Playground, this should help you.