File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ChartJS" ,
3- "version" : " 3.1.3 " ,
3+ "version" : " 3.1.4 " ,
44 "description" : " This widget is a wrapper for the ChartJS library and you can use it to visualize your aggregated data." ,
55 "license" : " Apache License, Version 2" ,
66 "author" : " Mendix" ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ define([
6161
6262 startup : function ( ) {
6363 // Uncomment line to start debugging
64- logger . level ( logger . DEBUG ) ;
64+ // logger.level(logger.DEBUG);
6565 logger . debug ( this . id + ".startup" ) ;
6666
6767 var domNode = null ;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://www.mendix.com/package/1.0/" >
3- <clientModule name =" ChartJS" version =" 3.1.3 " xmlns =" http://www.mendix.com/clientModule/1.0/" >
3+ <clientModule name =" ChartJS" version =" 3.1.4 " xmlns =" http://www.mendix.com/clientModule/1.0/" >
44 <widgetFiles >
55 <widgetFile path =" ChartJS/widgets/BarChart/BarChart.xml" />
66 <widgetFile path =" ChartJS/widgets/LineChart/LineChart.xml" />
You can’t perform that action at this time.
0 commit comments