Closed Logikgate closed 3 months ago
In amcharts 4 it was possible to use a linear gradient as the fill for a label. In amcharts 5 this is not possible (ref #1636).
In amcharts 5 you can use the html property to set a linear gradient fill but then that label cannot be exported anymore (ref #1645)
This pull request adds the ability for the fill property of a label to be a linear gradient so that those labels can still be exported.
If there are any changes that need to be made in order to merge this pull request please let me know and I'll make them as soon as possible.
Closing as this functionality has been implemented in version 5.10.1.
In amcharts 4 it was possible to use a linear gradient as the fill for a label. In amcharts 5 this is not possible (ref #1636).
In amcharts 5 you can use the html property to set a linear gradient fill but then that label cannot be exported anymore (ref #1645)
This pull request adds the ability for the fill property of a label to be a linear gradient so that those labels can still be exported.
If there are any changes that need to be made in order to merge this pull request please let me know and I'll make them as soon as possible.