Skip to content

Commit 75c185a

Browse files
committed
Merge branch 'master' of github.com:Akylas/nativescript-chart
2 parents b45d340 + 362d788 commit 75c185a

36 files changed

+884
-38030
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/nativescript-community/ui-chart/compare/v1.0.0...v1.0.1) (2020-09-30)
7+
8+
9+
### Bug Fixes
10+
11+
* Highlighting got a bit broken for some charts during 'getEntryXValue' update. ([f3a1515](https://github.com/nativescript-community/ui-chart/commit/f3a15155fcb10fc8d5407146818f8491b3fbf493))
12+
13+
14+
### Features
15+
16+
* **demo:** First work on plain ts demo ([dacb20c](https://github.com/nativescript-community/ui-chart/commit/dacb20c6f425719fa76432f810f4c03a5cc24c46))
17+
18+
19+
20+
21+
22+
623
# [1.0.0](https://github.com/Akylas/nativescript-chart/compare/v0.0.37...v1.0.0) (2020-09-29)
724

825

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Upon running demo samples, one can conclude it is the fastest drawing library, i
135135
That is because:
136136
* It does not marshal or recreate any subset of the data sets, but directly uses the provided array instead
137137
* It can share the same data array between multiple datasets
138-
* It can still use the power of native arrays to NOT marshal arrays of positions while drawing lines with ```@nativescript-community/ui-canvas```
138+
* It can still use the power of native arrays to NOT marshal arrays of positions while drawing lines with [@nativescript-community/ui-canvas](https://github.com/nativescript-community/ui-canvas)
139139

140140
## Documentation
141141

Diff for: demo/app/app.css

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ of writing your own CSS rules. You can learn more about the
1010
NativeScript core theme at https://github.com/nativescript/theme
1111
The imported CSS rules must precede all other types of rules.
1212
*/
13-
@import "~@nativescript/theme/css/core.css";
14-
@import "~@nativescript/theme/css/default.css";
1513

1614
/* Place any CSS rules you want to apply on both iOS and Android here.
1715
This is where the vast majority of your CSS code goes. */

0 commit comments

Comments
 (0)