Skip to main content
1-Visitor
June 1, 2017
Solved

Pie Chart to Donut Chart and add boundary to the bar chart

  • June 1, 2017
  • 2 replies
  • 5421 views

WeChat Image_20170601165817.png

Can this pie chart be possibly changed to a kind of donut chart, by Thingworx composer?

WeChat Image_20170601165941.png

I also want to draw a upper boundary in this bar chart, how? Like draw a line in 30000.0.

WeChat Image_20170601165831.png

Best answer by jamesm1

Here is a D3 Pie Chart Widget that has a donut feature via setting the inner radius. Note that this widget is provided as an example and is not officially supported; it also may conflict with other widget extensions that use the D3 library.

2 replies

5-Regular Member
June 1, 2017

Tiantian Guo​,

Per my understanding Donut like Pie chart is not available out of the box.

You will have to create your own custom extension for this feature.

tguo1-VisitorAuthor
1-Visitor
June 14, 2017

Ok. Understand it is needed a plug-in to change pie chart to donut chart.

And for the bar chart? Is it possible to draw some threshold line in bar chart?

Ankit Gupta

5-Regular Member
June 14, 2017

Tiantian Guo​,

There is no out of the box option to set the Threshold in the bar chart. You will have to customize the extension to add this feature.

1-Visitor
April 12, 2019

yea it can be achieved through customisation of these widgets and i have done this.