You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix!: replace htmllabels and htmllabelitem with annotation based labels (#4481)
* feat: remove unsupported htmllabels and implement annotation support
* refactor: add convenience methods and remove unused fields and classes
* docs: add javadocs for the new api
* refactor: remove unnecessary styling
* test: add serialization test
* test: add annotation based label display test
* docs: remove param annotations from javadocs
* refactor: remove clearLabels method
* docs: add missing javadoc params and rename point options
---------
Co-authored-by: Diego Cardoso <[email protected]>
Copy file name to clipboardExpand all lines: vaadin-charts-flow-parent/vaadin-charts-flow-integration-tests/src/main/java/com/vaadin/flow/component/charts/examples/area/AreaChart.java
Copy file name to clipboardExpand all lines: vaadin-charts-flow-parent/vaadin-charts-flow-integration-tests/src/main/java/com/vaadin/flow/component/charts/examples/combinations/ColumnLineAndPie.java
Copy file name to clipboardExpand all lines: vaadin-charts-flow-parent/vaadin-charts-flow-integration-tests/src/test/java/com/vaadin/flow/component/charts/tests/BasicChartIT.java
Copy file name to clipboardExpand all lines: vaadin-charts-flow-parent/vaadin-charts-flow/src/main/java/com/vaadin/flow/component/charts/model/Configuration.java
+36-19
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,6 @@ public class Configuration extends AbstractConfigurationObject
0 commit comments