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,7 +59,7 @@ Examples: | ||
59 | 59 | ||
60 | <dom-module id="bubblechart-datalet"> | 60 | <dom-module id="bubblechart-datalet"> |
61 | <template> | 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 | </template> | 63 | </template> |
64 | <script> | 64 | <script> |
65 | var BubblechartBehavior = { | 65 | var BubblechartBehavior = { |