I want to see the current price on the candle chart.
onDataLabelRender: (DataLabelRenderArgs args) {
if (args.pointIndex != args.dataPoints.length - 1) {
args.text = '1';
} else {
args.text = "test";
}
},Hi Park,
Thank you for your patience. We are happy to report that the data label render bug has been resolved, and the data label render event now fires for all data. Please upgrade our charts to the most recent version to fix this.
Latest version: https://pub.dev/packages/syncfusion_flutter_charts/versions/19.2.44+1
Thanks,
Dharanitharan. P
To see the current/latest price directly on the candle chart, you'll need a platform that overlays live pricing on the chart itself rather than just showing historical candles. Most standard charting tools display the last closed candle, so you have to hover or check a separate ticker to get the real-time value.
One option worth checking out is this website, which shows live price updates directly on the candle chart, so you can track the current price in real time without switching views. It's a clean setup and does exactly what you're describing.
Alternatively, platforms like TradingView offer a "last price" line you can enable in chart settings, and many broker apps display it by default. But if you want it built-in and simple, the site above is a solid pick.
If you want to display the current or latest price directly on a candle chart, make sure your charting platform has the real-time price or last-price line enabled. This usually appears as a horizontal line showing the most recent traded price. You can also compare the chart with a reliable market source to confirm the latest value. I came across this website and found its market information useful for checking current prices and following price movements. It may be worth taking a look if you want another source alongside your candle chart.
Hi All,
Thank you for your valuable suggestions. We are now proceeding to close this forum. Should you have any further questions or require additional assistance, please do not hesitate to contact us.
Regards,
Baranibharathi P.
- 8 Replies
- 6 Participants
- Marked answer
-
PT Park Tae Young
- Jun 15, 2021 07:41 AM UTC
- Sep 15, 2026 04:18 AM UTC