Commit 6b636e83417b91616b5935931fd26bab1ced5235

Authored by mwasiluk
1 parent 485f5837

scatterplot-datalet data property

datalets/scatterplot-datalet/scatterplot-datalet.html
... ... @@ -60,6 +60,10 @@
60 60 ScatterplotDatalet = Polymer({
61 61 is: 'scatterplot-datalet',
62 62 properties: {
  63 + data: {
  64 + type: Array,
  65 + value: undefined
  66 + },
63 67 xAxisLabel: {
64 68 type: String,
65 69 value: ""
... ...