Skip to content

Commit c7a9efe

Browse files
Add geoJson parser & data prop watcher
Extend examples to test geoJson Update dependencies to latest Refactor parser Add colorMappings to adjust example colors and legend texts
1 parent e95f3a9 commit c7a9efe

19 files changed

+7123
-4040
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
- in case of vulnerabilities
2727
2828
-->
29+
## [Unreleased]
30+
31+
### Added
32+
- data watcher
33+
- changing the 'data' prop now rebuilds the graph without
34+
removing and adding the whole leaflet control by calling
35+
addData() of the L.control.heightgraph instance
36+
- 'geoJson' parser
37+
- supports LineStrings, LineString-Features and FeatureCollections of
38+
LineStrings
39+
- geoJson examples
40+
- second normal example
41+
- colorMappings to adjust example colors and legend text
42+
43+
### Changed
44+
- dependencies -> updated to latest
45+
2946
## [v0.1.2] - 2019-12-09
3047

3148
### Fixed

dist/Vue2LeafletHeightGraph.common.js

Lines changed: 149 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)