Skip to content

Add support for "point delegates" to Line chart

Arjen Hiemstra requested to merge work/ahiemstra/pointdelegate into master

This allows placing a QtQuick item at each point in a line chart, which can then be used to show values or other ways of decorating individual points.

This was started because @hanyoung wants to display temperatures on the temperature graph in KWeather, but I realised it also provides other options.

Edited by Arjen Hiemstra

Merge request reports