Skip to content

Commit 8492adb

Browse files
Merge pull request #640 from contactashish13/issue-203-pro
chart does not get updated
2 parents 4ab460e + d75f7dd commit 8492adb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

classes/Visualizer/Module/Chart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,7 @@ public function saveQuery() {
13301330
);
13311331
$render->data = json_encode( $source->getRawData() );
13321332
$render->series = json_encode( $source->getSeries() );
1333+
$render->id = $chart_id;
13331334
} else {
13341335
$render->message = $error;
13351336
}

0 commit comments

Comments
 (0)