TOOL API

generate_candlestick_chart

generate_candlestick_chart

data1 credits

Call information

Tool slug
chart-gen.generate_candlestick_chart
Provider
Chart Tools
Average response
0 ms
Calls in 7 days
0

Input parameters

datarequired

Data for candlestick chart, such as, [{ date: '2023-01-01', open: 100, high: 110, low: 95, close: 105, volume: 10000 }].

height

Set the height of the chart, default is 600px.

showVolume

Whether to show volume chart below candlestick. Default is false.

theme

Set the theme for the chart, optional, default is 'default'.

title

Set the title of the chart.

width

Set the width of the chart, default is 800px.

outputType

The output type of the diagram. Can be 'png', 'svg' or 'option'. Default is 'png', 'png' will return the rendered PNG image, 'svg' will return the rendered SVG string, and 'option' will return the valid ECharts option.