Bug #3078

Mis à jour par Matthieu Decorde il y a plus de 4 ans

Since TXM 0.8.1, the default behaviour of the Word Cloud command is broken.

h3. Hypothesis

The default behaviour tries to use the JFreeChart engine and we get the following error:
<pre>
JFCWordCloudChartCreator.createChart(): Not yet implemented
</pre> No cloud is displayed.

h3. Solution 0

Disable the JFC chart creator, the R chart creator will be used

h3. Solution
1

Make the JFreeChart engine implementation use the R engine implementation.

h3. Solution 2

Make the JFreeChart engine implementation use "Kumo":https://github.com/kennycason/kumo.

Retour