Skip to content

Commit

Permalink
Fixed binding issue and treemap issue
Browse files Browse the repository at this point in the history
Fixed an issue when individual option properties are bound in Ignition and a change doesn't update the chart. Now the chart will get destroyed properly when any option changes are made. Series changes continue to update without destroying chart. Also, fixed the treemap issue so they can be displayed properly.
  • Loading branch information
traviscox committed Dec 9, 2021
1 parent 63a845f commit 69a7055
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 1,109 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
id "base"
}

version "1.0.3"
version "1.0.4"
group "com.kyvislabs"


Expand Down
Loading

0 comments on commit 69a7055

Please sign in to comment.