-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.0.0](v2.1.0...v3.0.0) (2019-03-06) ### Bug Fixes * **scale:** return ticks in millis for time scales for line/area charts ([8b46283](8b46283)) ### BREAKING CHANGES * **scale:** The props callback is called with millis instead of Date for axis on line or area only charts.
- Loading branch information
1 parent
8b46283
commit dcee68e
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@elastic/charts", | ||
"description": "Elastic-Charts data visualization library", | ||
"version": "2.1.0", | ||
"version": "3.0.0", | ||
"author": "Marco Vettorello <[email protected]>", | ||
"license": "Apache-2.0", | ||
"main": "dist/index.js", | ||
|