Page 1 of 1

Demo with clickable points uses old highslides

Posted: Fri Jul 21, 2017 8:06 pm
by primerano
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

Re: Demo with clickable points uses old highslides

Posted: Mon Jul 24, 2017 2:01 pm
by kamil
Hi Tony

Yes, jQuery would be a proper replacement.

Best regards!