tocco / extjs3-chartjs-extension

Chart.js Extension for Ext JS 3
Apache License 2.0
1 stars 2 forks source link

ChartJS 2.7.1 support #1

Open oconnorssoftware opened 6 years ago

oconnorssoftware commented 6 years ago

The below code will update the project to support ChartJS 2.7.1.

`/*

Ext.ns("Ext.ux");

/**

Ext.reg("chartjs", Ext.ux.Chartjs);`

JackZeled0n commented 5 years ago

Could I use this extension in sencha js with the 4.2 version of ext js? If I could, how would?

oconnorssoftware commented 5 years ago

Unfortunately EXT 4.2 is an entirely different animal that includes a build step among other things. It really would not be possible to use this extension as is in ext 4.2.

JackZeled0n commented 5 years ago

Thanks, I found this kind of charts on sencha Js, not the same but works.

imagen