diff --git a/Project.toml b/Project.toml index d0d131f..88b1345 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StippleCharts" uuid = "30ddb3f0-912f-4f34-9804-e4bb31290777" authors = ["Adrian Salceanu "] -version = "0.17.0" +version = "0.18" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" @@ -11,7 +11,7 @@ Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998" [compat] DataFrames = "1.0" Genie = "4" -Stipple = "0.17, 0.18, 0.19, 0.20" +Stipple = "0.23" julia = "1.6" [extras] diff --git a/README.md b/README.md index 5b25c3f..ed11c08 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ beautiful, responsive, reactive, high performance interactive data dashboards in `StippleCharts` provides access to multiple multiple types of reactive charts components, including line, bar, scatter, bubble, pie, donut, and column. +## Note: + +StippleCharts is no longer actively maintained in favour of StipplePlotly. We are trying to keep it usable, though, and to cover larger changes in the Stipple architecture. + ## Installation ```julia