forked from Teradata/covalent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(): generate changelog and bump to version v2.0.0-beta.1
- Loading branch information
emoralesb05
committed
Oct 29, 2018
1 parent
a4cf656
commit 2f2d928
Showing
2 changed files
with
29 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<a name="2.0.0-beta.1"></a> | ||
# 2.0.0-beta.1 (2018-10-29) | ||
|
||
We are pleased to announce our initial Covalent Echarts Release! | ||
|
||
You can start using these components for echarts by installing `@covalent/echarts`: | ||
|
||
```bash | ||
npm install --save @covalent/echarts | ||
``` | ||
|
||
or our nightly experimental build: | ||
|
||
```bash | ||
npm install --save https://github.com/Teradata/covalent-echarts-nightly.git | ||
``` | ||
|
||
Highlights: | ||
|
||
- Nighly build so you can always try the latest. | ||
- Component series: Bar, Line and Scatter | ||
- YAxis/XAxis components | ||
- Subcomponents: Support of angular elements in tooltip and series tooltip with templates. | ||
- Host uuto resizing | ||
- click, dblclick and contextmenu mouse events | ||
- Flexibility between inputs and echarts objects. You choose how to build your chart! |
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