openui5-chartjs icon indicating copy to clipboard operation
openui5-chartjs copied to clipboard

openui5-chartjs is a custom OpenUI5 library that wraps Chart.js. SAPUI5 already offer a chart library called VizFrame, but it does not come for free and it's a little bit outdated if compared to rest...

Results 5 openui5-chartjs issues
Sort by recently updated
recently updated
newest added

Master branch just doesn't work (Home page cannot be opened). > Uncaught TypeError: oControl.getHeight is not a function > at Object.BaseChartJSRenderer.render (BaseChartJSRenderer.js?eval:27) > at Object.R.renderControl (RenderManager-dbg.js:773) > at Object.I.render (IconTabBarRenderer-dbg.js:86)...

Sorry if I ask this question not in the right place but I didn't find any other place on the internet where I can ask questions related to openui5-chartjs. So...

This fix will let the hover event fire again. `globalOptions.onHover` is not working - `globalOptions.hover.onHover` seems to work fine. See https://github.com/chartjs/Chart.js/issues/4296

If I use a databinding for the property titleText to the main JSON model defined in manifest.json (in my case {/name}) the title is displayed correctly but following error is...