Skip to content

Commit fac494c

Browse files
committed
App.js: clean up the dynamic chart demo
1 parent 14eaf6c commit fac494c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

tests/src/App.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ var choices = [
1313
"label": "Null",
1414
"object": { }
1515
},
16-
{
17-
"label": "Histogram",
18-
"object": { csvfiles: [ histogram_data ] }
19-
},
2016
{
2117
"label": "Jitter",
2218
"object": { csvfiles: [ jitter_data ] }
@@ -53,11 +49,11 @@ class App extends Component {
5349

5450
jschart.create_jschart(
5551
0,
56-
"timeseries",
52+
"xy",
5753
"jschart_dynamic",
5854
"Dynamic Chart Demo",
59-
"Time (secs.)",
60-
null,
55+
"Samples",
56+
"Latency (ns)",
6157
{
6258
dynamic_chart: true
6359
}

0 commit comments

Comments
 (0)