score:1
Accepted answer
chartCallback
fires when the chart is already fully rendered and ready to start the initial animation. Your custom logic launches when afterSetOptions
is triggered. In order to make it happen the series has to be updated. So, I added this line to force the update:
chart.series[0].update({})
Source: stackoverflow.com
Related Query
- Angular 7 Highchart Node.marker not working on page load
- Highchart in ASP MVC page load not working properly
- using angular directive to draw highchart pie chart but when i am using it in success function it is not working
- Highchart 3D module is not working in angular 9.1.4
- Highchart event LOAD is not working
- Highchart example not working in seperate html page
- Refresh an Angular page (controller $scope, directive $scope) to emulate a first load of a page not $window.location.reload
- Drill Down (Highcharts) not working in Angular 5
- How to Load HighChart dynamically within angular UI Accorion(uib-Accordion)?
- Angular HighCharts ParlimentChart is not working
- Highchart is not working on Google chrome
- JavaScript code inside TypeScript file .ts not working
- Highchart is not working in jquery function
- Highchart does not load data from hidden input when using .val
- c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"
- Highcharts disabling marker not working
- angular2-highcharts is not working in angular 11
- Highchart is not resizing dynamically when used as a angular directive
- HighChart with large amount of data not working
- Second popup representing Highchart not working on leaflet geojson polygon
- Highcharts-Angular not working with Angular Universal
- Angular Highcharts dynamic x-axis not working
- Angular Highcharts hideNoData not working dynamically
- TypeError: p is not a function while calling map function in angular 4 for fetching series for bellcurve highchart
- Function not working from particular context in angular
- Highchart Drill Down do not work for different chart types on same page
- Date.parse() not working with highchart
- Uncaught TypeError: $(...).highcharts is not a function in aspx web page with master page but it is working with basic html page
- HighChart marker highlight / tooltip issue, highlight marker does not move
- dashStyle property is not working in angular 4
More Query from same tag
- How do I redesign this highchart
- Convert this to lazy_high_chart rails
- Highcharts candle/stacked column chart
- Format highcharts tooltip
- Highcharts: misaligned date on multiple axis
- on flag click get series (graph) it's on highstock?
- BUG? RangeSelector Buttons not working correctly
- Getting data from Mysql for highstock area graph.
- Highcharts Tooltip - Returns unwanted empty string causing render problems
- Custom "compare" and axis range in Highcharts
- unable to get the charts in the PDF download
- How to export multiple charts in HighCharts to one file (png, jpeg, pdf)
- Disable week view in more then 3 months x axis (Highchart js)
- Highcharts bar chart force bar to use space
- How to create a "mapbubble" map with {highcharter) with example?
- Enable and disable Highcharts tooltip with drill menu
- How do I toggle off some specified series by default in HighChart?
- Vue 3 - Dynamic require of "highcharts" is not supported
- highcharts dynamic use of plugin grouped_categories
- Javascript HighCharts Pie color change not working
- Highcharts - "Archery Range" chart?
- Highcharts: how to change text and background colors
- Drawing horizontal lines parallel to x axis using highcharts.js
- Highcharts - change background color along specific date range
- set chart type property in devexpress chart control c#
- How to change the color of single point in spiderweb chart
- How to make visible atleast one line inside line chart even though the custom legend clicked to make invisible it
- Using Highcharts JS in native mobile application
- Highcharts contextButton color
- Turning off point markers does not appear to work for Highcharts-ng