For amCharts Line Chart, is it possible to add vertical lines around Bullets? Is it feasible at all? I have already checked Stock/OHLC Chart, but the requirement is vertical lines should be straight similar to below.
Green short-line for Income
Red short-line for Expenses
Y-axis is Revenue in Millions
Any help would be greatly appreciated!!
I would add two column graphs, red and green, with open and value fields specified.
Related
I have created a composing chart using recharts as attached here :
this issue is if I add a label on Y-axis that contains more than 8 letters it either goes to the next line or out of the container, I wrote a workaround where I just show the acronyms on the Y-axis and then the description in the tooltip but the requirement is to show the complete name in the label on Y-axis, so is there any way we can move the Y-axis on the right-hand side so that we can allot more space to the label?
I tried adding a domain to X-axis which did not help much
What i would like: (not in highcharts)
Note the gray backround graph showing the average trend
What i currently have: (made with highcharts)
I managed to implement the stacked area chart, but i would like to add the grey average graph in the background.
Could anyone tell me if and how this is possible?
Thanks!
The answer was simply adding the "stack" variable to my series, which allows you to build multiple stacks of "stacked area" charts: one for the actual values, one for the average of last week. Thanks to everyone for their input
I'm using Rgraph to make a line graph with multiple line's on it. The problem i'm having is that some graphs i'm making can have over 30 lines on them which means the legend doesn't show all the lines displayed on the graph.
I've looked through the properties of the Rgraph but can't find something that would help me. Is there a way that I can display all this information on the legend in some way, ie a scrollbar.
Cheers
You could use the HTML key. That isn't constrained by the size of the canvas. Or make your own labels with HTML.
I am trying to add box plots on top of each stacked bar. I have used this example to create groups of stacked bars and now each state needs to have 4 box plots (one for every stacked bar). I have a screenshot of exactly what I need but no permissions to post it
I have a JSON array that contains all information needed like Q1, Q3, median, min and max values for the whiskers.
Can anyone please help me?
Thanks,
Alexis
I have tried using all sorts of combinations of tickInterval, tickPixelInterval label formatter and tickPositioner and I haven't been able to solve this issue.
I have a chart builder that pulls in different feeds and allows the user to modify the date range of those feeds before shooting this data into highcharts and spitting out the chart.
The problem is that some of the time, the first and/or last dates get cut off. Here is an example:
Without adjusting the margins of the chart (which causes the chart to take up less space), how do I prevent this from happening?
If I was able to determine the pixel location of the ticks and their labels, I could in theory, hide the specific ticks and their corresponding labels which were located outside the graph / cut off. Thoughts?
Without looking at your code - there are a few things you can do.
Rotate your labels
Play around with the x/y axis labels
Align them to the right
Hopefully one of these would help your cause.