Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Jun 10, 2022
2 parents 3a66a3c + 3419b7e commit a91d287
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StippleCharts"
uuid = "30ddb3f0-912f-4f34-9804-e4bb31290777"
authors = ["Adrian Salceanu <e@essenciary.com>"]
version = "0.17.0"
version = "0.18"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -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]
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a91d287

Please sign in to comment.