We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99f49a5 + db9cc83 commit 74060a1Copy full SHA for 74060a1
.travis.yml
@@ -18,6 +18,7 @@ matrix:
18
env: TEST_SUITE=Wraith_Visual_Regression_Testing WRAITH_FAIL=5
19
script: "./bin/wraith.sh"
20
- name: Cypress
21
+ if: type IN (pull_request)
22
language: node_js
23
node_js:
24
- 10.8
classes/Visualizer/Module/Chart.php
@@ -1331,6 +1331,7 @@ public function saveQuery() {
1331
);
1332
$render->data = json_encode( $source->getRawData() );
1333
$render->series = json_encode( $source->getSeries() );
1334
+ $render->id = $chart_id;
1335
} else {
1336
$render->message = $error;
1337
}
0 commit comments