Skip to content

Commit fb13f03

Browse files
committed
updates for new version
1 parent 11a13d5 commit fb13f03

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/Requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Even if [Chart.JS](http://www.chartjs.org/) leaves the users to select a date ad
2323
Furthermore **Charba** has embedded a set of [Chart.JS](http://www.chartjs.org/) plugins and controllers in order to enrich own features:
2424

2525
* [DataLabels](https://github.com/chartjs/chartjs-plugin-datalabels) plugin
26-
* [Labels](https://github.com/emn178/chartjs-plugin-labels) plugin (former PieceLabels). Due to the project is unmaintained, the plugin has been [imported](https://github.com/pepstock-org/Charba/blob/master/src/org/pepstock/charba/client/resources/js/chartjs-plugin-labels.js) in **Charba** project and maintained in [Charba](https://github.com/pepstock-org/Charba/blob/5.6/src/org/pepstock/charba/client/resources/js/chartjs-plugin-labels.js) project
26+
* [Labels](https://github.com/emn178/chartjs-plugin-labels) plugin (former PieceLabels). Due to the project is unmaintained, the plugin has been [imported](https://github.com/pepstock-org/Charba/blob/master/src/org/pepstock/charba/client/resources/js/chartjs-plugin-labels.js) in **Charba** project and maintained in [Charba](https://github.com/pepstock-org/Charba/blob/5.7/src/org/pepstock/charba/client/resources/js/chartjs-plugin-labels.js) project
2727
* [Zoom](https://github.com/chartjs/chartjs-plugin-zoom) plugin
2828
* [Hammer.JS](https://github.com/hammerjs/hammer.js) javaScript library for detecting touch gestures, as dependency of [Zoom](https://github.com/chartjs/chartjs-plugin-zoom) plugin
2929
* [Annotation](https://github.com/chartjs/chartjs-plugin-annotation) plugin
@@ -35,7 +35,7 @@ Furthermore **Charba** has embedded a set of [Chart.JS](http://www.chartjs.org/)
3535

3636
**Charba** has got embedded [ML.js](https://github.com/mljs/ml) to enable some [regressions](Regressions) models as part of machine learning tools.
3737

38-
To enable the minifying of javascript objects, not provided out-of-the-box, **Charba** needs also [Google Closure Compiler](https://developers.google.com/closure/compiler/), invoked only in [Ant build.xml](https://github.com/pepstock-org/Charba/blob/5.6/build.xml).
38+
To enable the minifying of javascript objects, not provided out-of-the-box, **Charba** needs also [Google Closure Compiler](https://developers.google.com/closure/compiler/), invoked only in [Ant build.xml](https://github.com/pepstock-org/Charba/blob/5.7/build.xml).
3939

4040
See here the license matrix.
4141

@@ -137,7 +137,7 @@ To activate the polyfill by `polyfill.io`, you just need to add the following HT
137137

138138
The following matrixes are showing the dependencies with version of components which are released in all **Charba** versions.
139139

140-
<img src={useBaseUrl('/img/charba_jar_trend_56.png')} />
140+
<img src={useBaseUrl('/img/charba_jar_trend_57.png')} />
141141

142142
### Java
143143

docs/getting-started/Building.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
88

99
## Building
1010

11-
To build **Charba**, you can check out the project and to run [Ant build.xml](https://github.com/pepstock-org/Charba/blob/5.6/build.xml).
11+
To build **Charba**, you can check out the project and to run [Ant build.xml](https://github.com/pepstock-org/Charba/blob/5.7/build.xml).
1212

13-
The [Ant build.xml](https://github.com/pepstock-org/Charba/blob/5.6/build.xml) is able to build the 2 artifacts, related to the 2 distributions available.
13+
The [Ant build.xml](https://github.com/pepstock-org/Charba/blob/5.7/build.xml) is able to build the 2 artifacts, related to the 2 distributions available.
1414

1515
The first distribution is a **Charba** file without any GWT dependency (but working on GWT anyway), consumable also in other [J2CL - JavaToClosure](https://github.com/google/j2cl) frameworks, like [Google Elemental2](https://github.com/google/elemental2) and [Elemento](https://github.com/hal/elemento).
1616

@@ -36,18 +36,18 @@ If you are using [Apache Maven](https://maven.apache.org/):
3636
<dependency>
3737
<groupId>org.pepstock</groupId>
3838
<artifactId>charba</artifactId>
39-
<version>5.6</version>
39+
<version>5.7</version>
4040
<!-- for GWT -->
41-
<version>5.6-gwt</version>
41+
<version>5.7-gwt</version>
4242
</dependency>
4343
```
4444

4545
If you are using [Apache Ivy](http://ant.apache.org/ivy/):
4646

4747
```xml
48-
<dependency org="org.pepstock" name="charba" rev="5.6"/>
48+
<dependency org="org.pepstock" name="charba" rev="5.7"/>
4949
<!-- for GWT -->
50-
<dependency org="org.pepstock" name="charba" rev="5.6-gwt"/>
50+
<dependency org="org.pepstock" name="charba" rev="5.7-gwt"/>
5151
```
5252

5353
To install in your GWT project, both for GWT and for J2CL artifacts, you must the following configuration in your GWT project module configuration:

static/img/charba_jar_trend_57.png

56.5 KB
Loading

0 commit comments

Comments
 (0)