primerano
Posts: 55
Joined: Fri Jun 02, 2017 6:03 pm

Demo with clickable points uses old highslides

Hello,

My team wanted to implement the clickable points functionality shown here.

https://www.highcharts.com/demo/line-ajax

We thought this was out of the box highcharts functoinality but it is using an old version of Torstein's HighSlide library

https://www.highcharts.com/media/com_de ... ull.min.js

Is there a HC module that offers the same functionality or a different library you would recommend? Maybe https://jqueryui.com/dialog/ would work.

Here is the Highslide code from the demo page

Code: Select all

                      hs.htmlExpand(null, {
                                pageOrigin: {
                                    x: e.pageX || e.clientX,
                                    y: e.pageY || e.clientY
                                },
                                headingText: this.series.name,
                                maincontentText: Highcharts.dateFormat('%A, %b %e, %Y', this.x) + ':<br/> ' +
                                    this.y + ' visits',
                                width: 200
                            });
Sorry for asking so many questions lately,
Tony
kamil

Re: Demo with clickable points uses old highslides

Hi Tony

Yes, jQuery would be a proper replacement.

Best regards!

Return to “Highslide JS Usage”