Skip to content

Releases: Kanaries/GWalkR

v0.1.4

12 Apr 08:27
62efa39
Compare
Choose a tag to compare

Features:

  • upgrade graphic-walker to 0.4.61.
    • more visually appealing UI
    • data overview when loading data frame
    • data painter to brush data for infinite possibilities of analysis

v0.1.3

04 Oct 02:37
4e06d3b
Compare
Choose a tag to compare

Features:

  • upgrade graphic-walker to 0.4.13.
    • support datetime drill up/down
    • better binning config
    • experimental feature: interpret data
  • support importing & exporting the chart config using json file: a new param visConfigFile is added

Fixes:

  • #10 customize dark mode: a new param dark is added to indicate light/dark mode

Docs:

  • add CRAN source -- more convenient installation!!

v0.1.2

17 Aug 14:45
cedbdc6
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Features:

  • upgrade graphic-walker to 0.4.3. More visualizations (maps, expandable pivot table) and more configurations (limit, facet)!

Fixes:

Docs:

  • add an example for the Rmarkdown webpage

Others 🚀:

  • It is officially on CRAN now! Install by simply running install.packages("GWalkR")

v0.1.1

20 Jul 09:35
d48a03b
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Fix

  • add an encoder & decoder to the unique fid in the data frame
  • beautify the docs

Feature

  • visConfig param to reproduce charts, which is useful for R markdown📝 and shiny✨
  • columnSpecs param to specify column type in a data frame.

Here is a video showing the power of using visConfig: you can share your data insights with explorable charts to others in an html file, generated by R Markdown!

GWalkR_html_share.mp4

preview: have a try with GWalkR 0.1.0

11 Jul 10:36
10cbf1e
Compare
Choose a tag to compare
Pre-release
Merge pull request #1 from Bruceshark/main

init GWalkR