Révision 2677
| tmp/org.txm.chartsengine.core/src/org/txm/chartsengine/core/results/ChartResult.java (revision 2677) | ||
|---|---|---|
| 263 | 263 |
// The change of the chart type parameter can occur if: |
| 264 | 264 |
// - the chart has never been created |
| 265 | 265 |
// - the chart type has been changed, e.g. to dynamically change the type of chart or the current charts engine |
| 266 |
if (this.chart == null || |
|
| 266 |
if (this.chart == null || this.getLastParametersFromHistory() == null ||
|
|
| 267 | 267 |
(this.getLastParametersFromHistory().get(ChartsEnginePreferences.CHART_TYPE) != null && |
| 268 | 268 |
this.hasParameterChanged(ChartsEnginePreferences.CHART_TYPE)) |
| 269 | 269 |
// ) |
Formats disponibles : Unified diff