Search the Community
Showing results for tags 'bubble'.
-
I am trying to customise the marker points in jChartFX bubble chart. In javascript I know to put different shapes for different data points. ex:- pnts.getItem(-1, 2).setMarkerShape(cfx.MarkerShape.Rect); But I don't know how to set custom picture chart1.getPoints().getItem(0, 1).setPicture(; in above line what will replace the value of b??
- 6 replies
-
- bubble chart
- setPicture
-
(and 4 more)
Tagged with:
-
I want to customise the data marker shape in bubble chart as per the no of data. If I have 5 records then I need 5 different shapes viz. (circle, diamond, rect, etc). for the records. Instead of it I am only able to get same sahpe with differnet colors. How can this be achieved?