Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Update R package to 1.1.2 #620

Merged
merged 2 commits into from
Aug 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: dashCoreComponents
Title: Core component suite for Dash
Version: 1.0.0
Description: Supercharged components for interactive user interfaces in Dash. A core set of components, written and maintained by the Dash team, is available in the 'dashCoreComponents' package. The source for this package is on GitHub: 'plotly/dash-core-components'.
Title: Core Component Suite for Dash
Version: 1.1.2
Description: Supercharged components for interactive user interfaces in Dash. A core set of components, written and maintained by the Dash team, is available in the 'dashCoreComponents' package. The source for this package is on GitHub: 'plotly/dash-core-components'.
Depends: R (>= 3.0.2)
Imports:
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
VignetteBuilder: knitr
License: MIT + file LICENSE
URL: https://github.com/plotly/dash-core-components
BugReports: https://github.com/plotly/dash-core-components/issues
Expand Down
10 changes: 5 additions & 5 deletions R/internal.R
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
.dashCoreComponents_js_metadata <- function() {
deps_metadata <- list(`dash_core_components` = structure(list(name = "dash_core_components",
version = "0", src = list(href = NULL,
version = "1.49.4", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'plotly-1.49.0.min.js',
script = 'plotly-1.49.4.min.js',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
all_files = FALSE), class = "html_dependency"),
`dash_core_components` = structure(list(name = "dash_core_components",
version = "1", src = list(href = NULL,
version = "1.1.2", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'highlight.pack.js',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
all_files = FALSE), class = "html_dependency"),
`dash_core_components` = structure(list(name = "dash_core_components",
version = "1", src = list(href = NULL,
version = "1.1.2", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'dash_core_components.min.js',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
all_files = FALSE), class = "html_dependency"),
`dash_core_components` = structure(list(name = "dash_core_components",
version = "1", src = list(href = NULL,
version = "1.1.2", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'dash_core_components.min.js.map',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
Expand Down
12 changes: 6 additions & 6 deletions inst/deps/dash_core_components.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/deps/dash_core_components.min.js.map

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions inst/deps/plotly-1.49.4.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/dashCoreComponents-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Dash ships with supercharged components for interactive user interfaces. A core

}
\author{
\strong{Maintainer}: Chris Parmer <chris@plot.ly>
\strong{Maintainer}: Ryan Patrick Kyle <ryan@plot.ly>
}
14 changes: 7 additions & 7 deletions man/dccGraph.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ those elements have the following types:
unless a separate `edits` config item overrides individual parts
- edits (optional): a set of editable properties. edits has the following type: lists containing elements 'annotationposition', 'annotationtail', 'annotationtext', 'axistitletext', 'colorbarposition', 'colorbartitletext', 'legendposition', 'legendtext', 'shapeposition', 'titletext'.
those elements have the following types:
- annotationposition (logical; optional): annotationposition: the main anchor of the annotation, which is the
- annotationposition (logical; optional): the main anchor of the annotation, which is the
text (if no arrow) or the arrow (which drags the whole thing leaving
the arrow length & direction unchanged)
- annotationtail (logical; optional): just for annotations with arrows, change the length and direction of the arrow
Expand Down Expand Up @@ -124,12 +124,12 @@ honored. by default this is false.
- modebarbuttonstoremove (unnamed list; optional): remove mode bar button by name.
all modebar button names at https://github.com/plotly/plotly.js/blob/master/src/components/modebar/buttons.js
common names include:
- senddatatocloud
- (2d): zoom2d, pan2d, select2d, lasso2d, zoomin2d, zoomout2d, autoscale2d, resetscale2d
- (cartesian): hoverclosestcartesian, hovercomparecartesian
- (3d): zoom3d, pan3d, orbitrotation, tablerotation, handledrag3d, resetcameradefault3d, resetcameralastsave3d, hoverclosest3d
- (geo): zoomingeo, zoomoutgeo, resetgeo, hoverclosestgeo
- hoverclosestgl2d, hoverclosestpie, togglehover, resetviews
senddatatocloud;
(2d) zoom2d, pan2d, select2d, lasso2d, zoomin2d, zoomout2d, autoscale2d, resetscale2d;
(cartesian) hoverclosestcartesian, hovercomparecartesian;
(3d) zoom3d, pan3d, orbitrotation, tablerotation, handledrag3d, resetcameradefault3d, resetcameralastsave3d, hoverclosest3d;
(geo) zoomingeo, zoomoutgeo, resetgeo, hoverclosestgeo;
hoverclosestgl2d, hoverclosestpie, togglehover, resetviews.
- modebarbuttonstoadd (unnamed list; optional): add mode bar button using config objects
- modebarbuttons (logical | numeric | character | named list | unnamed list; optional): fully custom mode bar buttons as nested array,
where the outer arrays represents button groups, and
Expand Down