AnyChart JS Releases

Released: Apr 11, 2024

Updates in 8.12.1

Fixes

  • Legend memory leak issue fixed.
  • Connect missing points issue fixed.
  • Timeline chart useHtml axis labels issue fixed.
  • Timeline chart zoom issue fixed.

Released: Dec 4, 2023

Updates in 8.12.0

Features

  • Added Interactivity Events in Calendar and Circle Packing Charts - Calendar and Circle Packing charts have been upgraded by integrating a comprehensive suite of interactivity events. You can now attach event listeners to any chart element, triggering actions such as adding or changing information and reshaping chart behavior in response to user interactions like mouse movements, hovers, clicks, and more.

Fixes

  • Default export to CSV has been fixed for pie charts.
  • Label annotation issue...

Released: May 10, 2023

Updates in 8.11.1

Fixes

  • Surface chart markers zIndex issue fixed.
  • Network Graph arrows issue fixed.
  • Surface droplines serialization issue fixed.
  • Surface csv export issue fixed.
  • Label annotation issue fixed.

Released: Dec 7, 2021

Updates in 8.11.0

Features

  • Cross-axis settings - Now allows you to position Y and X Axes anywhere on a chart - not only fixed Top/Left/Bottom/Right positions.
  • Waterfall outside labels - Waterfall charts now have outside labels that allow you to mark small elements in an efficient way.
  • Added Waterfall total point as an independent element option.
  • Added Waterfall split total feature - you can now show total points as several elements.
  • Waterfall stack labels for single-series are now available.

Fixes

  • Firefox context...

Released: May 20, 2021

Updates in 8.10.0

Features

  • Waterfall Arrows - Allows you to add Arrow shaped connectors between different parts along with labels to show changes.
  • Calendar Chart - A calendar chart is a visualization used to show activity over the course of a long span of time, such as months or years. Use a calendar chart when you want to show how quantifiable values vary depending on the day of the week, season, or how it trends over time.
  • Circle Packing Chart - A variation of a Treemap that uses circles instead of rectangles...

Released: Sep 29, 2020

Updates in 8.9.0

Features

  • Labels text length - Added an option to limit the number of characters in labels for easier control over the chart display.
  • Client-side CSV/XLSX export - CSV/XLSX can now be exported on client-side, without the help of an export server.
  • First and Last labels placement improvement - First and last labels now always placed correctly on the chart.
  • Polar points automatic placement - Polar charts now can spread points along the category allowing you to create Bullseye charts.
  • Waterfall stack...

Released: May 22, 2020

Updates in 8.8.0

Features

  • Text shadow effect - Added option to tune text shadows on charts with the textShadow() method.
  • Background corner settings can now be set in percent as well as in pixels
  • Sunburst label performance significantly improved, can now render more than 20,000 points.

Released: Dec 17, 2019

Updates in 8.7.1

Features

  • Added the ability to disable credits over a theme.
  • Added legend item alignment settings.

Fixes

  • Client-side export issue.
  • Hover cursor on legend.
  • Selection Marquee issue.
  • Log scale ticks issue.
  • Sunburst label issue.
  • Mobile tappable area for gauge's needle.
  • Mobile issue (Network chart).
  • Gauge ticks issues.

Released: Aug 7, 2019

Updates in 8.7.0

Features

  • Client-Side Export - This release adds client-side export to all JavaScript charting libraries - AnyChart, AnyStock, AnyGantt, and AnyMap. This will allow you to save your data visualizations as images (SVG, PNG, and JPG) and PDF documents without a roundtrip to the server, by leveraging built-in browser features for a seamless JS chart export, fast and secure.
  • Legend - Added some icons support.

Fixes

  • Legend issues.

Released: May 15, 2019

Updates in 8.6.0

Features

  • Timeline Chart - A timeline is a display of a list of events in chronological order. It is typically a graphic design showing a long bar labeled with dates paralleling it, and usually contemporaneous events.
  • Network Graph - Network graph is a mathematical structure (graph) to show relations between points. The graph visualizes how entities are interconnected with each other. Entities are displayed as nodes (points) and the relationship between them (edges) are displayed with lines...