Commit 2d6ef5489f1fffc97699efc51b883b05f05161a4
1 parent
f81cb81f
plugin update
Showing
1 changed file
with
1 additions
and
1 deletions
datalets/bubblechart-datalet/bubblechart-datalet.html
... | ... | @@ -59,7 +59,7 @@ Examples: |
59 | 59 | |
60 | 60 | <dom-module id="bubblechart-datalet"> |
61 | 61 | <template> |
62 | - <base-datalet data-url="{{dataUrl}}" fields="{{fields}}" data="{{data}}" title="{{title}}" description="{{description}}" export_menu="{{export_menu}}"></base-datalet> | |
62 | + <highcharts-datalet id="charts" data-url="{{dataUrl}}" fields="{{fields}}" title="{{title}}" description="{{description}}" export_menu="{{export_menu}}"></highcharts-datalet> | |
63 | 63 | </template> |
64 | 64 | <script> |
65 | 65 | var BubblechartBehavior = { | ... | ... |