Coder Social home page Coder Social logo

Intl support about amcharts5 HOT 4 CLOSED

amcharts avatar amcharts commented on July 21, 2024
Intl support

from amcharts5.

Comments (4)

martynasma avatar martynasma commented on July 21, 2024 1

We don't have Intl support, yet. But we plan to add it. Will keep you posted.

from amcharts5.

martynasma avatar martynasma commented on July 21, 2024 1

Implemented in 5.0.0-beta.29.

[5.0.0-beta.29] - 2021-10-01

Added

  • Wherever date or number format can be set (DateFormatter, NumberFormatter, DateAxis, ValueAxis, Exporting) it can now be set as Intl.DateTimeFormatOptions (for date format) or Intl.NumberFormatOptions (for number format) object in additional to string-based format. More info.
  • New list type ListAutoDispose added.

Changed

  • XYCursor will now ignore mouse movement if chart is obstructed by other element, unless zoomin/panning.
  • series, xAxes, and yAxes on an XYChart are now ListAutoDispose, which means that removing items from those lists will automatically dispose them. Set autoDispose = false on those lists if you are planning on removing and reusing items.

Fixed

  • Sunburst nodes were shown on drill-down when they were not supposed to in some cases.
  • Hierarchy node elements were ignoring templateField.
  • It was impossible to move XYChart scrollbars to some other container.
  • Fixed memory leaking when scrolling LineSeries, and when disposing series or other items.
  • XYCursor was not firing selectended event if behavior was set to "selectX", "selectY", or "selectXY".
  • XYCursor was hiding selection when when behavior was set to "selectX", "selectY", or "selectXY".
  • SerialChart.series.clear() was not working properly.

Full change log.

Download options.

Make sure you clear your browser cache after upgrading. And feel free to contact us again if you are still experiencing this issue.

from amcharts5.

sassomedia avatar sassomedia commented on July 21, 2024 1

Awesome, that was fast! Just tried it, works great! 👍

from amcharts5.

sassomedia avatar sassomedia commented on July 21, 2024

Sounds good, thanks for the confirmation!

from amcharts5.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.