Skip to content

Commit

Permalink
AF-1680: Updating Release Notes and adding a note about the charts li…
Browse files Browse the repository at this point in the history
…brary change
  • Loading branch information
jesuino committed May 22, 2019
1 parent 551760b commit 3a15d77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ are displayed in the top menu bar.
image::BAM/ContentManagementPerspective.png[]

WARNING: THIS SECTION IS UNDER CONSTRUCTION

[NOTE]
====
By default Dashboards using C3/D3 libraries and Google Charts is deprecated and removed from default distribution. To switch back to Google Charts you have to build it from sources and add it to {CENTRAL} (see `README.md` in `dashbuilder-renderer-google`), then you can use the system property `org.dashbuilder.renderer.default`, which should have the ID of the renderer you want to use by default. For google charts you should use `org.dashbuilder.renderer.default=gwtcharts`.
====
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[[_jbpmreleasenotes72201]]

== New chart API for {CENTRAL}

== New Chart API

Business Central uses a new API for charts rendering based on C3 and D3. The C3 Renderer API is used by default, now it implements all the features from the legacy chart library, GCharts, consequently GCharts is marked as deprecated and is removed from the standard distribution. To switch back to Google Charts you have to build it from sources and add it to Business Central (see README.md in `dashbuilder-renderer-google`), then you can use the system property `org.dashbuilder.renderer.default`, which should have the ID of the renderer you want to use by default. For google charts you should use `org.dashbuilder.renderer.default=gwtcharts`.
{CENTRAL} uses a new API for charts rendering based on C3 and D3. The C3 Renderer API is used by default, now it implements all the features from the legacy chart library, GCharts, consequently GCharts is marked as deprecated and is removed from the standard distribution. To switch back to Google Charts you have to build it from sources and add it to {CENTRAL} (see README.md in `dashbuilder-renderer-google`), then you can use the system property `org.dashbuilder.renderer.default`, which should have the ID of the renderer you want to use by default. For google charts you should use `org.dashbuilder.renderer.default=gwtcharts`.

image::ReleaseNotes/NewChartAPI-7.22.0.png[align="center", title="New Chart API"]

0 comments on commit 3a15d77

Please sign in to comment.