score:1
I have created a fiddle to demonstrate what you are asking about:
https://jsfiddle.net/cnxwue7k/
It's fairly easy to change the colors of each 3d area
just change the colors in the frame object:
frame: {
bottom: { size: 10, color: 'grey' },
back: { size: 100, color: 'red' },
side: { size: 1, color: 'blue' }
}
further info here:
https://www.highcharts.com/docs/chart-concepts/3d-charts
Hope that helps :-D
Let me know if you need any more help
EDIT:
As Paul pointed out below in the comments, you can also add more colored axis which gives the desired effect:
Source: stackoverflow.com
Related Query
- how to add color inside a 3d chart in highchart js
- Highcharts: How to add HTML inside of chart area
- How to add Legend in highchart compare stock chart
- how to change color of line chart in highchart based on a categorical column in r?
- how to add an color picker control to highchart for changing the color of series by user
- In Highchart gantt Chart inside highcharts-point how can i create custom shapes
- How to add text verticaly and horizantaly centered inside highchart solid gauge
- How to add the "isSum" bar in Highchart Waterfall chart in R?
- How to add background color on highchart based on flag?
- How to add inline legends to line / area mixed chart in highchart
- How to add space between plotband and first bar(red color "A" bar) in highchart
- How to make highchart bubble chart color active of clicked bubble
- How to add color in highmap highchart based on value
- How to add different color border in column highchart
- How to use the tooltip formatter and still display chart color (like it does by default)?
- How to export a Highchart chart to PDF thanks to a button outside the chart?
- How to create a new Highstock chart with new Highchart and not jquery?
- HighCharts Pie Chart - Add text inside each slice
- How to add a plotline to a bar chart in Highcharts?
- How do you add text to the bottom center of legend and bottom center of chart under legend?
- Can color of data label be different inside and outside of the bar in Highchart
- In high chart how to add event for label click
- How to add space between chart and axis in highcharts
- how to get chart object inside a point event function in Highcharts
- How to add a newline to a Highchart tooltip?
- How to change series legend text color in HighChart chart?
- how to reset Highchart chart width in percentage on Button click
- how to center text inside donut chart embedded in combination chart
- How can I extend the lines of this Highchart series to the edges of my chart area?
- How can I prevent my HighChart bar chart from being inverted?
More Query from same tag
- Highstock : Yaxis last horizontal label value not showing
- Using multiple Highcharts in a single page
- How to fetch JSON data from HTML DIV on same page for Highcharts?
- Why code of Horizonal line(y-axis) on a single in Highcharts get applied to all other charts integrated with Webdatarocks
- Highcharts Scatter Plot - How to Fix Overlapping Data Labels?
- How to keep highcharts speedometer within range
- adding live data to highstock Using json file
- Using HighCharts seriesMapping in data module to read a Total column
- HighCharts does not contain a constructor that takes 1 argument in ASP.Net MVC C#
- HighCharts - Angular 7 - Sunburst drillup event not triggering
- Highmaps, cannot access marker by id through javascript?
- HighCharts Glow Effect on Charts Doesnt not affect to multiple graphs
- Uncaught ReferenceError: Highcharts is not defined at Object.success
- How to remove space between highChart bar graph between two different category
- highcharts-react-official rendering issue with React state
- Single-category column chart in Highcharts 3.0 beta
- change x-axis label on zooming with date
- Highcharts - tooltip\croshair where there's no point
- use highmaps in .vue file
- Generating json data for StockChart from PHP
- bind data to date using Highcharts
- Highcharts, How to show datatable when export PDF and not show pdf when normal
- highcharter custom animation
- How to modify Negative Axis Bar Graph in Highcharts?
- How to suppress items with NULL value from HighCharts legend
- Highcharts Stock - rangeSelector results are not consistent - 3M showing 5 months data
- Fixing dataLabel position in pie charts Highcharts even when data is changing
- HighChart Title text implemented HTML Style is not applying in exporting files
- Highchart export filename with special characters
- How do I pass django context variables into javascript?