Summary: | textRole property missing for LineGraph | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kqtquickcharts | Reporter: | Andreas Cord-Landwehr <cordlandwehr> |
Component: | general | Assignee: | Sebastian Gottfried <sebastian.gottfried> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kqmlgraphplugin/bb487de53eca005e8cf8d02e4f100dac2cc0769d | Version Fixed In: | |
Sentry Crash Report: |
Description
Andreas Cord-Landwehr
2014-01-14 20:15:22 UTC
Git commit bb487de53eca005e8cf8d02e4f100dac2cc0769d by Sebastian Gottfried. Committed on 25/01/2014 at 09:49. Pushed by gottfried into branch 'master'. line graphs: new 'textRole' property Bar graphs have it, so line graphs should, too. The labels for the datapoint are displayed directly beneath them, if a role is set. M +1 -20 src/bargraphcore.cpp M +0 -6 src/bargraphcore.h M +19 -1 src/graphcore.cpp M +5 -1 src/graphcore.h M +14 -0 src/linegraphpoint.cpp M +3 -0 src/linegraphpoint.h M +9 -0 src/qml/LineGraph.qml http://commits.kde.org/kqmlgraphplugin/bb487de53eca005e8cf8d02e4f100dac2cc0769d |