Commit Graph

84 Commits

Author SHA1 Message Date
Benjamin Terrier
dbfa83b85e [plotly.js] Add responsive field to Config (#30377) 2018-11-14 19:41:21 -08:00
Joachim Blaafjell Holwech
33c7825107 Added a 'responsive' argument for Config in Plotly.js (#30497)
* Added responsive type in Config

* Fixed tabs
2018-11-13 16:38:24 -08:00
Michelle Zheng
ddc3de730a [plotly.js] add histogram fields to PlotData 2018-10-26 09:47:43 -07:00
Michelle Zheng
5a33bbf12f [plotly.js] add box and heatmap fields to PlotData 2018-10-24 13:45:50 -07:00
Cerberuser
cbc37b17c0 plotly.js depends on older version of d3 (#29677) 2018-10-12 09:32:37 -07:00
Luis Stanley Jovel
fa6c0efef5 Plotly.js add missing properties (#29428)
* Add definitions for removeAllListeners funtion as detailed https://github.com/plotly/plotly.js/issues/107#issuecomment-279716312

* adding automargin property as per the documentation: https://plot.ly/javascript/reference/#layout-xaxis-automargin

* making the colorbar property optional

* Fix lint warnings

* updating tests

* create ColorBar interface
2018-10-09 11:38:55 -07:00
Megan Riel-Mehan
63fe7c321d made selected data point more general for bar plots etc (#29582) 2018-10-09 11:29:48 -07:00
Sean Kelley
82307b21d5 [plotly.js] add barmode to Layout (#29342) 2018-10-08 10:20:33 -07:00
Mine Starks
002400ad94
Merge pull request #28584 from seansfkelley/axis-names
plot.ly: Type axis names properly.
2018-09-05 08:48:04 -07:00
Michal Grňo
0f3f559fb9
Removed unnecessary semicolon 2018-09-05 09:30:19 +02:00
Michal Grňo
70db0cc7e5
ErrorOptions are now an interface, ErrorBar.valueminus is optional 2018-09-05 09:22:21 +02:00
Michal Grňo
eca8f83fd4
Moved the common options of ErrorBars to one type 2018-09-05 09:12:15 +02:00
Michal Grňo
ab4206b760
change space indent to tab indent 2018-09-04 20:22:28 +02:00
Michal Grňo
f0c07668ad
Add API for error bars 2018-09-04 18:20:40 +02:00
Sean Kelley
97d8cc9fe4 plot.ly: Type axis names properly. 2018-09-01 11:27:33 -07:00
Megan Riel-Mehan
253d90b46b fixed linting errors 2018-08-24 16:34:59 -07:00
Megan Riel-Mehan
0320d0bed5 include ScatterMarker to maintain non breaking change 2018-08-24 15:54:29 -07:00
Megan Riel-Mehan
7d2626ffd0 changed interface name to be clearer 2018-08-24 15:41:55 -07:00
Megan Riel-Mehan
8cd6edc864 fixed typo 2018-08-24 15:41:13 -07:00
Megan Riel-Mehan
fc364634ad updated test to include new definitions 2018-08-24 15:40:44 -07:00
Megan Riel-Mehan
ba5a970bee added my name to the definitions by list 2018-08-24 12:00:08 -07:00
Megan Riel-Mehan
2087730939 fixing tabs 2018-08-24 11:42:22 -07:00
Megan Riel-Mehan
ff47a08ee4 fixed interface commas 2018-08-24 11:37:09 -07:00
Megan Riel-Mehan
cb1d505ef9 adjust transform interface, made names more sematic 2018-08-24 11:34:05 -07:00
Megan Riel-Mehan
e4ee47b3df added histogram subplots to test 2018-08-24 11:15:09 -07:00
Megan Riel-Mehan
c68480063e Renamed ScatterData and ScatterMarker since they're used for other plots 2018-08-24 11:15:09 -07:00
Megan Riel-Mehan
27d8ac206d updated selection interface to include selection description 2018-08-24 11:15:09 -07:00
Megan Riel-Mehan
f4d713556d added additional x axes in layout interface 2018-08-24 11:15:09 -07:00
Megan Riel-Mehan
12d5e342b8 added transform interface 2018-08-24 11:15:09 -07:00
Megan Riel-Mehan
e5091b2a6a added histogram as plot type option 2018-08-24 11:15:08 -07:00
Megan Riel-Mehan
f247922025 added histogram subplots to test 2018-08-23 17:51:42 -07:00
Megan Riel-Mehan
1325364334 Renamed ScatterData and ScatterMarker since they're used for other plots 2018-08-23 17:20:01 -07:00
Megan Riel-Mehan
a1dadf7b21 updated selection interface to include selection description 2018-08-23 11:26:47 -07:00
Megan Riel-Mehan
bd493ea224 added additional x axes in layout interface 2018-08-22 18:21:59 -07:00
Megan Riel-Mehan
37bf104dc8 added transform interface 2018-08-22 18:21:15 -07:00
Megan Riel-Mehan
9b711fb5ee added histogram as plot type option 2018-08-22 17:01:40 -07:00
Sean Kelley
7f8c0da7c0 Add visible field to plotly.js' ScatterData. (#27586) 2018-07-26 10:07:14 -07:00
Jon Freedman
a9394b8436 update plotly.js typing (#27355)
* update typing
- add missing event handlers from https://github.com/plotly/react-plotly.js/#event-handler-props
- add addFrames / deleteFrames functions
- use Font interface in ScatterMarker.colorbar
- change Font.color type from string to Color
- fix 'common mistakes': tabs to spaces

* fix linting errors

* use tab indentation and require in tslint
2018-07-20 17:42:18 -07:00
Drew Diamantoukos
53147ce8f4 Added 'null' to possible Datum type 2018-06-29 10:29:57 -04:00
Jared Szechy
f03d36f58c [plotly.js] add plotly_clickannotation event 2018-06-26 10:45:03 -04:00
Michal Kubenka
597f48efd8
Add missing hoverlabel. 2018-06-01 15:50:42 +02:00
Drew Diamantoukos
5d98d9b7fd Plotly.js: Fixing and expanding ScatterMarker types (#26038)
* Adding pointcloud type for Plotly scatter type and sizemax for Marker

* Added xy field for ScatterData, which is used by pointcloud

* Added colorbar and gradient types to ScatterMarker. Fixed cmax/cmin being boolean when they are numbers. Allowed colorscale to be array of arrays per spec.
2018-05-29 15:59:07 -07:00
Daniel Rosenwasser
f9df87dd39
Merge pull request #25977 from soorajpudiyadath/master
Added a new type surface for 3d surface plots @soorajpudiyadath
2018-05-26 22:16:37 -07:00
Daniel Rosenwasser
83d50e9a4c
Update index.d.ts 2018-05-23 22:51:24 -07:00
Sooraj
3247e3e620 Added a new type surface for 3d surface plots @soorajpudiyadath 2018-05-23 13:56:44 -04:00
Drew Diamantoukos
46ef3af9e6 Added missing hoverinfo options 2018-05-21 08:31:30 -04:00
Drew Diamantoukos
bb30c9d9e4 Upped plotly.js type 1.36 -> 1.37 2018-05-18 14:38:10 -04:00
Drew Diamantoukos
82dfbee722 Added missing hoverinfo type permutations 2018-05-18 14:35:36 -04:00
veggiesaurus
fdd601312f added typed array to scatter data (#25608) 2018-05-08 10:30:57 -07:00
Drew Diamantoukos
4a866a79f1 Plotly.js: Added pointcloud type for ScatterData and sizemax property for Marker (#25234)
* Adding pointcloud type for Plotly scatter type and sizemax for Marker

* Added xy field for ScatterData, which is used by pointcloud
2018-04-24 16:11:49 -07:00