Git Product home page Git Product logo

Comments (3)

dswitzer avatar dswitzer commented on August 15, 2024 1

Definitely seems like clicking the amCharts logo should go to a new window/tab by default, otherwise you end up hijacking the users session.

from amcharts4.

martynasma avatar martynasma commented on August 15, 2024 1

Fixed in 4.0.0-beta.45.

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

[4.0.0-beta.45] - 2018-08-17

Added

  • New hardcoded Sprite state name added "hoverActive" which (if defined) is applied on active elements on hover. This state is applied last in the chain.
  • New property on DataSource: keepCount. If set to true incremental updates will remove data items from the beginning of the current dataset, when adding the newly-loaded ones.
  • New property on DataSource: incrementalParams. It's an object whose key/value pairs will be added to URL as parameters when DataSource is making an incremental load request.
  • Popup (and Modal) now have an event dispatcher (events) with two events: "opened" and "closed". (more info)

Changed

  • Legend now respects itemContainers.template.togglable = false, which disables default functionality of toggling items when clicked in legend, allowing users to attach their own funcitonality to legend item clicks.
  • Toggling of items in Legend can now be disabled by setting chart.legend.itemContainers.template.togglable = false.
  • In XYChart with a DateAxis, cursor and data at irregular intervals will now display a Tooltip for nearest available series' data item.
  • zoomToCategories method of CategoryAxis now zooms to the end of the "to" category.
  • Default urlTarget of amCharts logo is now "_blank".

Fixed

  • In DataSource the formatters inputDateFormat was ignored.
  • Incremental data load via DataSource was not working.
  • Tooltip used to flicker ar 0,0 position in some cases when hovering over elements.
  • Fixed issue which caused chart to gradually shrink to invisibility under some conditions.
  • Fixed rendering errors for charts that were initialized in hidden containers.
  • XYCursor lines and axis tooltips were not shown if chart did not have any data (data was set directly on axis/series).

Full change log.

from amcharts4.

martynasma avatar martynasma commented on August 15, 2024

Makes sense. Maybe make that configurable?

We'll discuss. Thanks for the suggestion!

from amcharts4.

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.