Given
A Line Chart report that shows Process Instance Duration
When
I edit the report and click on the cogwheel in order to change the chart color
Then
I get an exception Cannot read property 'dateFormat' of undefined
Hint
When I compare the response of the evaluate request http://localhost:8090/api/report/11e145fb-5f38-4bc8-9dab-44c130c4d099/evaluate I observe differences in the data --> configuration node
Expected:
Optimize does not crash for single and combined chart reports
correct response
"configuration" : { "color" : "#1991c8", "showInstanceCount" : false, "xml" : "...", "pointMarkers" : true, "targetValue" : null, "hideRelativeValue" : false, "hideAbsoluteValue" : false, "yLabel" : "", "xLabel" : "" },
incorrect response
"configuration" : { "xml" : "...." "excludedColumns" : [ ], "targetValue" : { "active" : false }, "alwaysShowTooltips" : false
This is the controller panel for Smart Panels app
- is related to
-
OPT-1707 Disable Point Markers is checked although value is false after migration
- Done