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
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...
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...
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...
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...
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...
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...
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...
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
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
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?
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...
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?
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