0

I have created a bubble chart following sample at https://github.com/OfficeDev/office-js-snippets/blob/main/samples/excel/10-chart/chart-bubble-chart.yaml

I would like to know how to set via api. A code snippet would be helpful.

  1. Axes Scale - X axis value changes by 1

enter image description here

  1. the bubblescale property- Control the size of the bubble by adjusting scale enter image description here
Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45
JNN
  • 13
  • 2

1 Answers1

0

You could refer to Excel Add-ins with Chart to get some information, and Chart APIs details are in Excel Chart APIs page, you could refer to Axis and Series sections.

I have added a function changechartproperties base on your snippet: https://gist.github.com/donlvMSFT/3169ad1cb17bde3b04a35f19125a87eb, wish could help.

Dongqi Lv
  • 71
  • 2
  • thank you . Can you let me know how to set bubbleScale property? When i try it, i keep getting error? – JNN Jan 28 '22 at 13:42