amcharts4 icon indicating copy to clipboard operation
amcharts4 copied to clipboard

The most advanced amCharts charting library for JavaScript and TypeScript apps.

Results 102 amcharts4 issues
Sort by recently updated
recently updated
newest added

**Question** As for the [WebDataRocks](https://www.webdatarocks.com/) could you please add an [integration example](https://www.amcharts.com/docs/v4/tutorials/integrating-with-webdatarocks/) for the [SlickGrid](http://slickgrid.net) too? There are about 3x times more downloads for the [slickgrid](https://www.npmjs.com/package/slickgrid) than for the [webdatarocks](https://www.npmjs.com/package/webdatarocks)...

enhancement
docs

steps to reproduce: build a simple Angular cli project that uses amcharts4, for exapmle the sample from node_modules\@amcharts\amcharts4\examples\angular\simple-line-chart The output contains 2 MB pdfmake.js and 1,2 MB xlsx.js, and main.js...

enhancement

Added some texts according to Data export

**Question** How to create brushes on chart using Amcharts? I need a functionality like something in following like: http://bl.ocks.org/ludwigschubert/0236fa8594c4b02711b2606a8f95f605 This is a functionality implemented by d3, that allows you to...

enhancement

Moving an unsnapped (or snapped) mouse cursor around an XYChart with a ValueAxis, DateAxis or a CategoryAxis as the x-axis. ### Behaviour - Unsnapped cursor - X ValueAxis & X...

bug

In the SAP and Microsoft world, OData V4 is quite common. This is a Rest interface with metadata (date datatype!!), filters, pagination and much more. So perfectly suited to serve...

enhancement

I tend to format for weeks aggragate data. How can I set the starting weekday when formatting with `ww YYY` for example date objects (DateAxis)

enhancement

The svg [text](https://svgwg.org/svg2-draft/text.html#TextElement) element does not support an `overflow` attribute. Use the CSS overflow property instead. This is purely for spec compliance (eg. for accessibility, [WCAG 2.1 SC 4.1.1](https://www.w3.org/TR/WCAG21/#parsing) requires...

How to make map chart only mouse wheelable when holding strg/ctrl ? // Create a zoom control var zoomControl = new am4maps.ZoomControl(); chart.zoomControl = zoomControl; zoomControl.slider.height = 100; https://www.amcharts.com/docs/v4/reference/zoomcontrol/#wheelable_property

enhancement

This patch resolves quadratic behavior (that caused waiting for several minutes) when loading charts with dates on the x-axis where thousands of datapoints lie on the same date-position. To this...