Search found 29 matches

Go to advanced search

by ying
Wed Nov 04, 2020 7:42 pm
Forum: Highcharts Stock
Topic: Override highstock stock tool navigationbindings
Replies: 5
Views: 507

Re: Override highstock stock tool navigationbindings

Hi,

put my customized logic in resizeYAxes is what I did and it works. I just wonder why overridding the utils function is not working and thanks for explaining the reason
by ying
Tue Nov 03, 2020 10:07 pm
Forum: Highcharts Stock
Topic: Override highstock stock tool navigationbindings
Replies: 5
Views: 507

Re: Override highstock stock tool navigationbindings

Hi, Thanks for your quick reply. It works except overridding the isNotNavigatorYAxis function. This function is from bindinggUtils of NavigationBindings. not sure what I did is wrong. my overriding is var bindingsUtils = H._modules['Extensions/Annotations/NavigationBindings.js'].prototype.utils; bin...
by ying
Mon Nov 02, 2020 8:35 pm
Forum: Highcharts Stock
Topic: Override highstock stock tool navigationbindings
Replies: 5
Views: 507

Override highstock stock tool navigationbindings

Hi, We use highcharts 7 and stock tools and now try to migrate to highcharts 8.2.0 In highcharts 7 we customize our app with overriding the navigationbinding function H.wrap(H.NavigationBindings.prototype, "fieldsToOptions", function (proceed, fields, config){...}) H.wrap(H.NavigationBindings.protot...
by ying
Tue Jul 21, 2020 12:10 am
Forum: Highcharts Maps
Topic: is boosting module supported in highMap?
Replies: 1
Views: 376

is boosting module supported in highMap?

Hi, I tried to load 8000 points to a highmap and it is quite slow and also I include the boost module and use the boost settings, sounds it is not working. Is boost module supported by highMap. your api have that for mapbubble type, but it is not working for me. Do you have an example for using boos...
by ying
Mon Jul 20, 2020 4:16 pm
Forum: Highcharts Maps
Topic: Does highMap support data grouping like highstock?
Replies: 1
Views: 339

Does highMap support data grouping like highstock?

Hi, Looks like highMap do not have api for datagrouping like highstock. Just wondering is there any quick workaround to achieve it that or I have to handle it myself and pass the aggregated data to the data series, say mapbubble series? a simple example is that I have two years weather info and have...
by ying
Tue Jul 07, 2020 10:59 pm
Forum: Highcharts Maps
Topic: Can mapbubble show colorAxis?
Replies: 1
Views: 350

Can mapbubble show colorAxis?

Hi, See this mapbubble example https://jsfiddle.net/vrc10h37/, it has colorAxis defined, but do not show anything on the chart. while this mappoint example https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/maps/demo/eu-capitals-temp colorAxis is defined and shows. Is...
by ying
Wed Jun 05, 2019 4:13 pm
Forum: Highcharts Stock
Topic: stock annotation is not working for the latest chrome
Replies: 7
Views: 1268

Re: stock annotation is not working for the latest chrome

Hi, rafalS I'm on window's 10 and chrome 75. It magically works today and works for my colleagues. I don't know what happened, assuming caused by my chrome debugger setting, maybe? Anyway it is working now. what about edit 4, the circle and rectangle annotation edit popup do not show any options for...
by ying
Tue Jun 04, 2019 4:13 pm
Forum: Highcharts Stock
Topic: stock annotation is not working for the latest chrome
Replies: 7
Views: 1268

Re: stock annotation is not working for the latest chrome

Hi, Sebastian I test it again, it still exist. Can you guys find the problem and give me a work around if possible? Thanks Edit 1 Please try this page https://www.highcharts.com/stock/demo/stock-tools-gui The annotation can be successfully drawn , but the edit window is not show at all (by single cl...
by ying
Mon Jun 03, 2019 8:48 pm
Forum: Highcharts Stock
Topic: stock annotation is not working for the latest chrome
Replies: 7
Views: 1268

stock annotation is not working for the latest chrome

chrome : 74.0.3729.169

https://www.highcharts.com/stock/demo/stock-tools-gui

create a text annotaion or circle, click again to bring the edit popup. The popup show if using firefox but not for chrome. even in firefox the popup looks weird, it use to show correctly as one line
by ying
Tue May 28, 2019 5:55 pm
Forum: Highcharts Stock
Topic: how to handle tooltip refresh event?
Replies: 6
Views: 5799

Re: how to handle tooltip refresh event?

you basically copy paste the original refresh function of H.Tooltip in highcharts.src.js. just curious why the one in the highchart.js is not working with the fired event,(why can not catch the event?) but have to define the refresh function again with customized handling -- your alert message
by ying
Mon May 27, 2019 4:05 pm
Forum: Highcharts Stock
Topic: how to handle tooltip refresh event?
Replies: 6
Views: 5799

Re: how to handle tooltip refresh event?

Hi, Thanks for your reply

but from the source code of highstock.src.js, H.Tooltip do fire an event when do refresh. I'm using version 7.1.1
by ying
Fri May 24, 2019 10:17 pm
Forum: Highcharts Stock
Topic: how to handle tooltip refresh event?
Replies: 6
Views: 5799

how to handle tooltip refresh event?

Hi,

From your source code the tooltip will fire a refresh event every time it refresh its content and position. However from my test, looks like it is not fired. Is there any thing wrong with my code?

http://jsfiddle.net/6jyL3rxh/
by ying
Fri May 10, 2019 10:38 pm
Forum: Highcharts Usage
Topic: how to align svg element within a svg group
Replies: 1
Views: 398

how to align svg element within a svg group

Hi, see this example http://jsfiddle.net/h3rspwve/2/ I create a button to show text and a button beside it to do some close action. It is easy to align them when create, but I always want to the close button besides the text button event when the text button length changed, in this example, click th...
by ying
Tue May 07, 2019 6:51 pm
Forum: Highcharts Usage
Topic: Can I have a fixed tooltip for one series while not fixed tooltip for the rest series of the chart?
Replies: 6
Views: 1311

Re: Can I have a fixed tooltip for one series while not fixed tooltip for the rest series of the chart?

about my requirement above, can i just create an button svg box on the chart and update the label of the button when the tooltip call refresh function?
by ying
Tue May 07, 2019 6:34 pm
Forum: Highcharts Usage
Topic: Can I have a fixed tooltip for one series while not fixed tooltip for the rest series of the chart?
Replies: 6
Views: 1311

Re: Can I have a fixed tooltip for one series while not fixed tooltip for the rest series of the chart?

Can this fixed tooltip always show, that is it never hide, even mouse not hover the series. in that case, the tooltip just treat it as over an null value, that is tooltip with empty y value

Go to advanced search