Fixed space between candlesticks in amchart5 candlestick charts - amcharts

Hi everyone I tried to set a fixed space between candles in amchart5 candlestick chart but I didn't find proper solution.
finally when my chart data grow my chart become like below picture
I want to set space between candles

Related

ApexCharts high performance scatter chart

I've created a mixed chart (line/column/scatter) that receives around +5000 data points. The performance drops when implementing it with the scatter charts because of the set marker sizes.
I've followed the performance guide mentioned in https://github.com/apexcharts/apexcharts.js/issues/214 that recommends disabling animations, markers and data labels. The chart performed well but by adding scatter points where you've to set the marker size the performance dropped.
Is there a way to make a high performance Scatter chart with +5000 data points (main goal is to combine lines and dots for data visualization) ?

XY chart labels are exceeding the chart boundry

When I have some values in the XY chart, some column label locations' are exceeding the boundary of the chart, like in the image, how can I suppress that?
You can solve this by either increasing paddingRight of the whole chart or by setting axis.maxLabelPosition = 0.98 which would result last label to be hidden.

Kendo Chart plot lines

I have a Kendo UI scatter plot representing trade volumes over a time series. The chart works well, but now I need to add a vertical plot line on the x-axis (time) at a specific time, representing a price-fluctuation point. Is it possible to draw such lines at a specific x-axis value, along with a label or tooltip explaining the data details? I see plot bands, but that seems not useful here.
Thanks in advance for any hints/suggestions.
I could add a new line series with points at (time, 0) and (time, y), but I would like to see if there is a better/API way before I go that route.

Zoomable scatter chart

In Qlikview 11 I managed to set up (amongst others) a nice scatter chart without any major problems. Now I would like to be able to zoom into a region in that chart. Intuitively this could be accomplished by selecting a rectangular region with the mouse. Incidentally this works fine in "regular" line or bar charts. The new x and y axis regions correspond to the selected rectangle. However this does not happen with my scatter chart. I suspect this has something to do with the way dimensions are handled in scatter charts. For easier understanding I appended to screen-shots of the status quo - or how I don't want it to be.
Full chart with selected region http://img801.imageshack.us/img801/4873/6ccc.png
Chart displaying only the selected data http://imageshack.us/a/img138/9053/kck5.png
From what it looks like, I would guess that the scatter plot has hard coded axis max and mins. Check the "Axes" tab under chart properties, and uncheck the scale boxes. That should allow the chart to zoom in.

Half pie chart with multiple values

How to create Half pie arc in d3
I'm following an example with full pie chart. How do I create Half pie chart?
code so far
http://tributary.io/inlet/5260888
Solution: http://tributary.io/inlet/5273835
d3's pie layout has functions to set the startAngle and engAngle properties which can create partial pie charts.
I had a similar requirement, however the missing part isn't half, but a changing fraction of the whole. in order to achieve this, I just set the "stroke" and "fill" for the missing segment to "none".

Resources