taucharts 0.3.1
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 TauCharttau_line
: Create a TauCharts line charttau_point
: Create a TauCharts scatterplottau_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 gridlinestau_guide_padding
: Set overall chart paddingtau_guide_x
: Control x-axis padding, label, scale & tick formattau_guide_y
: Control y-axis padding, label, scale & tick formattau_legend
: Add a TauCharts tooltiptau_tooltip
: Add a TauCharts tooltiptau_trendline
: Add a TauCharts trendlinerun_tau_app
: Run a built-in example Shiny apptau_tasks
: Add post-render JavaScript tasks to tauchartstau_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 chartstau_color_brewer
: Use the ColorBrewer palette in the chartstau_color_economist
: Use the "Economist" palette used in the chartstau_color_few
: Use the "Few" palette used in the chartstau_color_highcharts
: Use the HighchartsJS palette used in the chartstau_color_manual
: Specify the colors used in the chartstau_color_tableau
: Use the Tableau palette in the chartstau_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.