I want to change the color showed on the left of the stock name in the candlestick chart , BUT when edit color: in the series, it also changes the color of my candlestick chart, I want to have different color for every stock but to keep the same color in the chart. Any possible ways of doing this?
Related
I am creating a pie chart based on different room types in the market , when I take out the color marks , the pie chart would be just one color but without border showing pie chart with just one color
Even if you don't put anything in the color mark, you can change the color and color of the borders from there.
Click to the color mark and change the border from "Automatic" to the color you want for the borders :)
I am looking for solution to add custom text labels on yAxis with highcharts for selected plot only.
I have 3 plot items/legends among which one should have custom string to show on yAxis instead of default values and rest keep showing default label at yAxis.
I know we can use this
yAxis: {
categories: ['Apples', 'Oranges', 'Pears', 'Grapes', 'Bananas']
},
but this is going to show the categories/yAxis label with all plot/legends values, I want to show above categories with specific plot/legends only. Such that if any one click load page, chart show the provided data with default labels but clicking on this plot will show yAxis label provided by me.
I am using spline highchart.
You can find similar example here:
https://www.highcharts.com/demo/spline-plot-bands
The chart on the link mentioned above have 2 bands and its y-axis is showing plot-bands. In my case, I have total of 3 bands (say yellow, black and blue bands) to show among them plot bands is required to show with only 1 band (blue band). So when user click on blue band only then plot bands should appear on the chart.
I have total of 7 charts. Among them 2 of them are not going to have blue band and the whole code is centralised so I am not using separate code for each chart.
Thanks
I opened the basic column chart using Highcharts and now I need to make little customization. I would like to change the color of the plot band that is visible when I place the mouse pointer within one category on X axis. I tried to use the xAxis -> plotBand option, but it only changes the color with specific start and end values. How could I change this color on mouseover?
This is some example, how I would like it to look: https://www.dropbox.com/s/ilxhd99xo8pwn7v/Zrzut%20ekranu%202015-09-05%2020.20.17.png?dl=0
I want to draw bar to pie chart with Highcharts like this
is it possible !?
Using highcharts, how would I put a default grey bar under my column charts, for example, like this?
And how would I do something similar for a pie chart (if my data takes up 30% of the chart, show the remaining 70% as light grey or something similar to denote unused space of the pie chart)
For the Pie chart there has been a bit of a back and forth in the highcharts forums. What I would do is get all of your data you need to plot and find out what percentage of the total all of that data is. Then, with the remaining percentage create another data point and set its color to grey.
But you really have to consider what is the total percentage means - without further detail I cannot begin to guess.
As for the first question about "default grey bar under my column charts" it is not clear from that link what you mean. I do not really see what you mean with the charts I have looked at.