Skip to content

taucharts 0.1.0

Compare
Choose a tag to compare
@hrbrmstr hrbrmstr released this 04 Aug 19:25
· 116 commits to master since this release

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