yb-blades
Version:
It allows developers to visualize data in a variety of chart types such as line, bar, column, pie, and more.
3 lines (2 loc) • 392 B
JavaScript
import t from"react";import e from"highcharts";import r from"highcharts-react-official";var a=function(e){var r=e.message;return t.createElement("div",null,r)},i=function(a){a.message;return t.createElement("div",null,t.createElement(r,{highcharts:e,options:{title:{text:"My chart"},series:[{data:[1,2,3]}]}}))};export{i as HighChart,a as WelcomeComponent};
//# sourceMappingURL=index.js.map