
Originally Posted by
mitchellsimoens
In your app.json did you require the pivot and pivot-d3 packages?
after add pivot-d3 to app.json then error log is:
Uncaught TypeError: Cannot read property 'HeatMap' of undefined . in the lib:
Code:
* The pivot matrix should be configured with maximum one dimension per
* `leftAxis`, `topAxis` or `aggregate`.
*
*/
Ext.define('Ext.pivot.d3.HeatMap', {
extend: Ext.d3.HeatMap,<<<<---error come from
xtype: 'pivotheatmap',
padding: {
top: 20,
right: 30,
bottom: 20,
left: 80
},
config: {
/**
* @cfg {String} defaultFormatter
*
* Default formatter used to render cells on colorAxis
*/
defaultFormatter: 'number("0.00")',........