Commit 6b636e83417b91616b5935931fd26bab1ced5235
1 parent
485f5837
scatterplot-datalet data property
Showing
1 changed file
with
4 additions
and
0 deletions
datalets/scatterplot-datalet/scatterplot-datalet.html
@@ -60,6 +60,10 @@ | @@ -60,6 +60,10 @@ | ||
60 | ScatterplotDatalet = Polymer({ | 60 | ScatterplotDatalet = Polymer({ |
61 | is: 'scatterplot-datalet', | 61 | is: 'scatterplot-datalet', |
62 | properties: { | 62 | properties: { |
63 | + data: { | ||
64 | + type: Array, | ||
65 | + value: undefined | ||
66 | + }, | ||
63 | xAxisLabel: { | 67 | xAxisLabel: { |
64 | type: String, | 68 | type: String, |
65 | value: "" | 69 | value: "" |