Jump to content
JChartFX Community

igor@sphereup.com

Members
  • Posts

    2
  • Joined

  • Last visited

igor@sphereup.com's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks for your reply, but it seems that i was not clear enough. I need: 1. To set JSON object to the bubble chart as dataset (see example above). 2. To show the "Label" attribute at legend, So instead hard-coded Point 1, Point 2 and etc. To show: "Click Link", "Click Banner" and etc. 3. If possible to show lable on bubble itself. Thanks, Igor.
  2. Hi, Can you please show me how to set JSON object to the bubble chart, so at the legend will see the correct lables (instead Poin1, Point2 etc). My JSON data sample: var data = [{ "X": 1, "Y": 1, "Size": 13, "Label": "Click Link" }, { "X": 2, "Y": 2, "Size": 2, "Label": "Click Banner" }, { "X": 3, "Y": 3, "Size": 1, "Label": "Click Phone Icon" }, { "X": 4, "Y": 4, "Size": 1, "Label": "Send Email" }]; Thanks.
×
×
  • Create New...