Skip to content

Releases: hrbrmstr/taucharts

taucharts 0.4.0

13 Aug 11:39
Compare
Choose a tag to compare

as_tauchart and JS lib bump

taucharts 0.3.3

06 Aug 22:03
Compare
Choose a tag to compare

Added tau_set_font to enable setting of overall font-family for the chart and added a message in tau_legend if it's called without any aesthetics being mapped.

taucharts 0.3.2

06 Aug 17:44
Compare
Choose a tag to compare

Custom colors were not working in the legend and trendline plugins. They work now.

taucharts 0.3.1

05 Aug 19:29
Compare
Choose a tag to compare

You can make & customize (including manual color scales & ordered factors + legends + tooltips + trendlines):

  • scatterplots
  • scatterplot matrices
  • line charts
  • bar charts (veritical, horizontal & stacked)

Have a look on RPubs to see what taucharts can do!

The following functions are implemented:

  • tauchart: Create a new TauChart
  • tau_line: Create a TauCharts line chart
  • tau_point: Create a TauCharts scatterplot
  • tau_bar: Create a TauCharts bar chart (horizontal or vertical)
  • tau_stacked_bar: Create a TauCharts stacked bar chart (veritcal only)
  • tau_guide_gridlines: Control showing of axis gridlines
  • tau_guide_padding: Set overall chart padding
  • tau_guide_x: Control x-axis padding, label, scale & tick format
  • tau_guide_y: Control y-axis padding, label, scale & tick format
  • tau_legend: Add a TauCharts tooltip
  • tau_tooltip: Add a TauCharts tooltip
  • tau_trendline: Add a TauCharts trendline
  • run_tau_app: Run a built-in example Shiny app
  • tau_tasks: Add post-render JavaScript tasks to taucharts
  • tau_add_css_rule: Add a CSS rule to the rendered htmlwidget

with many color palette options:

  • tau_color_manual: Specify the colors used in the charts
  • tau_color_brewer: Use the ColorBrewer palette in the charts
  • tau_color_economist: Use the "Economist" palette used in the charts
  • tau_color_few: Use the "Few" palette used in the charts
  • tau_color_highcharts: Use the HighchartsJS palette used in the charts
  • tau_color_manual: Specify the colors used in the charts
  • tau_color_tableau: Use the Tableau palette in the charts
  • tau_color_wsj: Use the "Wall Street Journal" palette used in the charts

NOTE that custom color palettes do not currently work properly in tau_legend display.

taucharts 0.1.0

04 Aug 19:25
Compare
Choose a tag to compare

The following functions are implemented:

  • tauchart: Create a new TauChart
  • tau_line: Create a TauCharts line chart
  • tau_point: Create a TauCharts scatterplot
  • tau_bar: Create a TauCharts bar chart (horizontal or vertical)
  • tau_guide_gridlines: Control showing of axis gridlines
  • tau_guide_padding: Set overall chart padding
  • tau_guide_x: Control x-axis padding, label, scale & tick format
  • tau_guide_y: Control y-axis padding, label, scale & tick format
  • tau_color_manual: Specify the colors used in the charts
  • tau_legend: Add a TauCharts tooltip
  • tau_tooltip: Add a TauCharts tooltip
  • tau_trendline: Add a TauCharts trendline