The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
getOption("highcharter.lang")
.hcpxy_add_series
,
hcpxy_remove_series
, hcpxy_update
,
hcpxy_update_series
, hcpxy_add_point
,
hcpxy_remove_point
and hcpxy_loading
.hcpxy_set_date
and hcpxy_redraw
thanks to @PaulC91.hc_loading
for use with
hcpxy_loading
.hcpxy_update_point
due @zevross
(https://twitter.com/zevross/status/1403394816558383105).mountains_panorama
.pokemon
data.devtools::check_rhub()
.knitr.figure = FALSE
option in
sizingPolicy = htmlwidgets::sizingPolicy
to fix #703factory: function(el, width, height) { ...
to
renderValue: function(el, x, instance) { ...
due this way
the widget resize to use the space in flexdashboards (WIP).data_to_boxplot
, data_to_hierarchical
and
data_to_sankey
. Thanks to @wwwjk366.list
to hchart
supported classes to
work with the new data helpers.hc_theme_sparkline_vb
,
hc_theme_hcrt
themes.highcharts_demo()
, adding caption and credit
texts.htmlwdgtgrid.css
were removed from the yaml of
highcart
hchart
widgets to avoid problems with
others css frameworks when highcarter is used with shiny. Now
hw_grid
add htmlwdgtgrid.css
automatically.
Additionally hw_grid
gain new parameters: 1)
add_htmlgrid_css
To add or not htmlgrid.css
and 2) browsable
-set as TRUE the default value- so now
there is no need to use htmltools::browsable #622hc_add_yAxis
. Thanks to @nordicgit70.rjson::toJSON
for better
plotting performance. To use execute
options(highcharter.rjon =TRUE)
. See #613. Thanks to @nordicgit70.hc_add_dependency_fa
, fa_icon
,
fa_icon_mark
, please use fontawesome package
https://github.com/rstudio/fontawesome. See examples in the new
website.hciconarray
, please use now
type = "item"
hcspark
, please use
hc_theme_sparkline
hctreeemaps
, hctreeemaps2
, please use
data_to_hierarchical
.hc_theme_bloom
based on Bloomberg Graphics.hcts
, hcbar
,
hcpie
, hchist
, hcdensity
.bullet.js
module to
highchart.yalm
(#482).quiet
to download_map_data
.
Thanks to @DavidBreuer (#450).highchart
function don’t load plugins as default. Now
there is hc_add_plugin
to load as required (#258).hc_add_depency_fa
function helper to load as required
(#257).divBackgroundImage
works with themes (#278).hctreemap2
(#110).hc_responsive
to configure responsive
features(#305).tooltip_chart
to create minicharts in
tooltips (#343).hc_boost
function to configure boost
module options module/boost.js
(#382).hchart_
which uses standar evaluation
(#170).hcaes_string
(#248).hcparcord
. Inspired and
copy from http://rpubs.com/hadley/97970 (#167).hc_add_series.lm
and
hc_add_series.loess
(#271).hc_theme_ggplot2
to honoring one of
the best packages (#260).encoding = "UTF-8"
in
download_map_data
to read characters properly (#359).Error in mutate_impl
in hcboxplot
(#323).export_hc(..., as = "is")
does not format
javascript correctly (#398).maxSize
uses the default highchartsJS value
(#272).hchart.data.frame
and
hc_add_series.data.frame
forces to be data frame to avoid
problems with the data.table class (#263).hc_add_series_df
when the data frame comes
with a column named “series” (#241).hchart
don’t override/change default highchartsJS
options (#302).list.parse
functions (#259).hc_exported
was reworked (#247).hchart.data.frame
now gains a new mapping
argument using hcaes
function to define the aesthetics.
After hchart(df, "line", x = xvar, yvar, group = othervar)
now:
hchart(df, "line", hcaes(x = xvar, yvar, color = othervar), ...)
and therefore ...
are used like other highcharter functions
for give highcharts arguments to the series. See charting data
frames vignette.hc_add_series
is a generic generic function
(#213).hcmap
function to chart maps (#218). And use remote
sources (#215).debug
as an option instead of argument. Example
options(highcharter.debug = TRUE)
(#216).is.highchart
according with Best
practices in http://adv-r.had.co.nz/S3.html (#179).theme_firefox
(#191),
theme_tufte
(#190). hc_theme_elementary
(#184).hchart.data.frame
doesn’t override the color if the
column var have a hexadecimal color format (#148).hc_size
function to change width and height
(#146).hcwaffle
to hciconarray. The
hcwaffle
do not make a waffle! (#242).viridisLite
moved from imports to suggests (#236).mapbubble
(#209).hc_add_series_map
don’t remove additional data (#188)
(#189).hc_annotations
accept multiple arguments (#171).hchart.data.frame
allow change stops in
hc_colorAxis
(#147).elementId
to createWidget. Add the
hc_elementId()
to modify this paramter after the creation
of the highchart object (#140).hchart
support data frames a la
ggplot2::qplot
(#136).hchart
support Principal Components objects
princomp
and prcomp
charting a biplot. Thanks
to @nuno-agostinho (#128 #123).hchart
support matrix objects charting a heatmap
(hchart.matrix
) (#86).hchart
support phylo objects (#64).hcboxplot
, hcwaffle
,
hcbar
, hcpie
, hchist
,
hcdensity
, hcts
function to get quick some
style of charts. Thanks to @nuo-agostinho.
hc_add_series_density
implementation (#99 #70).hc_add_series_bwp
to chart box and whisker plots
(#81).hc_add_series_list
to add list of series
(#68).hc_add_series_df_old
(!!) shortcut of
hc_add_series(data = list.parse3(df))
(#76).hc_theme_sparkline
(#132).dataClasses
and
stops
arguments in hc_colorAxis
(#120).list
function
(#119 #188 #65 #71).colorize
function so colorize_vector
will be deprecate in the next release (#75).hc_add_series_df
similar to
hchart.data.frame
(#114 #115).hc_annotations
(#103).cross
as marker symbol (#96).hc_yAxis_multiples
to add automatically arbitraty
number of y axis (#90 #79).hc_grid
to create a grid of highchart objects,
inspired from mjs_grid
(#67 #66).highcharter.global
,
highcharter.lang
and highcharter.chart
instead
of having all in one big list (#77 #52).list.parse2
and list.parse3
deperacted and
renaming to list_parse2
and list_parse3
.hc_add_series_scatter
is more flexible and general (#54
#58).hc_get_fonts
now handle fonts names with multiple
spaces (#107).hchart.character
now display empty levels (#101).datetime_to_timestamp
don’t break in certain cases
(#97).hchart
(#61)export_hc
. Take a highchart object and
write a js file with the options (#60).tooltip_table
. Helper to create table
based in tags
from htmltools
package #59).hc_colors
. Function for the
colors
option in highcharts api (#57).hc_themes_...
functions gains a ...
parameter to add styles to the current invoked theme (#53).\dontrun{}
) to avoid
quantmod
package example in flags functionhighchart2()
(#43). This include highcharts.js,
exporting.js and boost-module.js.hchart
function. Generic function to chart acf,
forecast, ts, stl, xts, ohlc objects (#2) (#27)These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.