Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
160 stars 68 forks source link

Add Candlestick Chart Visualization Operator #2709

Closed xudongwu-0 closed 1 month ago

xudongwu-0 commented 2 months ago

This pull request introduces the Candlestick Chart Visualization operator.

The Candlestick Chart is used to visualize financial data. Each candlestick represents one period (e.g., one day) and shows the open, high, low, and close prices. This chart type is commonly used in trading and stock analysis to identify trends and patterns in price movements.

Features:

Displays the date on the x-axis. Shows open, high, low, and close prices as candlestick bars. Provides clear visual insights into financial data trends.

Data example: candlestick_data.csv

screenshot image

For more information on using the Candlestick Chart functionality within Plotly, please look at the documentation.