Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

In our application we are using Highchart version v7.0.0 and can not upgrade it right now. I want to create a dumbell chart and adding Dumbell.js but is is not working for me.

So how we can tackle this issue ?

question from:https://stackoverflow.com/questions/65918242/is-dumbell-js-supporting-with-previous-version-of-highchart

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.3k views
Welcome To Ask or Share your Answers For Others

1 Answer

As you can see in the current version the dumbell series works totally fine.

Demo: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/dumbbell

All you need to do is import the dumbell module:

<script src="https://code.highcharts.com/modules/dumbbell.js"></script>

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...