score:0
You should merge your theme options with options for the specific chart or use setOptions
.
For the first one, example: http://jsfiddle.net/bwefs1ak/1/
var merged_options = $.extend(
option1,
{
data: {
table: 'datatable'
}
}
);
$('#chartColumnChart').highcharts(merged_options);
For the second one, see any demo with theme. Just click "View visual theme" and the last line is responsible for setting theme.
Note: setting themes will affect only new charts, not existing ones.
Source: stackoverflow.com
Related Query
- Dynamically changing Highcharts Theme through Jquery code not working
- Angular Highcharts hideNoData not working dynamically
- jQuery Highcharts not working with JSF 2.0
- Highcharts not working after jquery upgrade
- HighCharts - JQuery - Simple example not working
- Highcharts not working with jQuery 1.8, any workaround?
- Highcharts are not working through AJAX
- Changing data dynamically for a series in Highcharts
- Changing series color in highcharts dynamically
- Highcharts yAxis max not working
- Highcharts area fillOpacity do not work when changing the color
- Changing a Highcharts theme (partially working)
- Changing Highcharts data series type dynamically
- Resize highcharts using react-grid-layout not working
- Changing the color of the point dynamically in highcharts
- Angular HighCharts ParlimentChart is not working
- highcharts redraw and reflow not working
- DataLabels formatter not working in Highcharts Sankey Diagram
- Highcharts Dynamically Changing Labels?
- Highcharts shared tooltip for line series and scatter plot not working
- Issue Dynamically Changing HighCharts Chart Title
- Highcharts async drilldown (3 level) - drillup not working
- Color contrast setting on dataLabels style parameter using Highcharts 5 is not working on some colors
- JavaScript code inside TypeScript file .ts not working
- Highcharts - update column graph with setData() not working
- Multi-Line Title is not working when we export to PNG using CanVG - Highcharts
- Highcharts not working on Heroku environment, works on local environment
- yAxis tickinterval in highcharts is not working as per the value
- Highcharts v6.0.0 Annotations Not Working
- angularjs and highcharts / highchartsNG - renderTo not working
More Query from same tag
- Highcharts polar background color
- Highcharts Time Series data from C# in a format required by HighCharts
- How to highlight a range in highstock?
- Can I colour individual points with stacked columns in Highcharts?
- Highchart: is it possible to change the font of the label in Highchart via a click of a button?
- toggle pie chart data using external button
- Highcharts - heatmap : avoid 0 on resize chart
- Data security highcharts
- How to disable the date and time mentioned in the navigator part and not on the x axis in highstock?
- Highcharts show real time value on Labels
- How can I use the chart.addButton() method?
- Highcharts: phantomjs export image missing labels
- how to to consolidate xml data in jquery?
- In Highcharts, for a 3D chart, are we able to set up labels of the z-axis?
- Highcharts React: Menu button doesn´t change from "view full screen" to "exit full screen" when fullscreen mode is on
- Slow Highcharts performance with thousands of series
- Spikes are not showing correctly in Highstock
- Changing baseSeries dynamically for live chart
- Highcharts issue with multiple X axes
- Error: Template parse errors: Can't bind to 'options' since it isn't a known property of 'chart'
- Applying custom color on HighCharts?
- How to make the selection of individual series dynamic in highcharts even after setting max and min?
- How to set object value in color attribute for high charts legends?
- how to get svg of highcharts using div id?
- Highcharts, use error bar with Data Module
- HighCharts: Display total value below the legend title
- How to create a highchart with 3 different series categories name
- highcharts yaxis start on 1 min:1 not working
- Highcharts - prevent accessing of points out of extremes
- Align titles for multiple axis in Highstock