plotly.js

Open-source JavaScript charting library behind Plotly and Dash

https://github.com/plotly/plotly.js

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    12 of 284 committers (4.2%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.0%) to scientific vocabulary

Keywords

charting-library charts d3 data-visualization plotly plotly-dash regl visualization webgl

Keywords from Contributors

gtk qt tk wx cryptocurrencies meshes closember network-simulation hacking observability
Last synced: 6 months ago · JSON representation

Repository

Open-source JavaScript charting library behind Plotly and Dash

Basic Info
Statistics
  • Stars: 17,828
  • Watchers: 283
  • Forks: 1,924
  • Open Issues: 744
  • Releases: 266
Topics
charting-library charts d3 data-visualization plotly plotly-dash regl visualization webgl
Created over 10 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation Security Support

README.md

npm version circle ci MIT License

Plotly.js is a standalone Javascript data visualization library, and it also powers the Python and R modules named plotly in those respective ecosystems (referred to as Plotly.py and Plotly.R).

Plotly.js can be used to produce dozens of chart types and visualizations, including statistical charts, 3D graphs, scientific charts, SVG and tile maps, financial charts and more.

Contact us for Plotly.js consulting, dashboard development, application integration, and feature additions.

Maintained by Plotly

Table of contents


Load as a node module

Install a ready-to-use distributed bundle sh npm i --save plotly.js-dist-min

and use import or require in node.js ```js // ES6 module import Plotly from 'plotly.js-dist-min'

// CommonJS var Plotly = require('plotly.js-dist-min') ```

You may also consider using plotly.js-dist if you prefer using an unminified package.


Load via script tag

The script HTML element

In the examples below Plotly object is added to the window scope by script. The newPlot method is then used to draw an interactive figure as described by data and layout into the desired div here named gd. As demonstrated in the example above basic knowledge of html and JSON syntax is enough to get started i.e. with/without JavaScript! To learn and build more with plotly.js please visit plotly.js documentation.

```html

<script>
    Plotly.newPlot("gd", /* JSON object */ {
        "data": [{ "y": [1, 2, 3] }],
        "layout": { "width": 600, "height": 400}
    })
</script>

```

Alternatively you may consider using native ES6 import in the script tag. html <script type="module"> import "https://cdn.plot.ly/plotly-3.1.0.min.js" Plotly.newPlot("gd", [{ y: [1, 2, 3] }]) </script>

Fastly supports Plotly.js with free CDN service. Read more at https://www.fastly.com/open-source.

Un-minified versions are also available on CDN

While non-minified source files may contain characters outside UTF-8, it is recommended that you specify the charset when loading those bundles. html <script src="https://cdn.plot.ly/plotly-3.1.0.js" charset="utf-8"></script>

Please note that as of v2 the "plotly-latest" outputs (e.g. https://cdn.plot.ly/plotly-latest.min.js) will no longer be updated on the CDN, and will stay at the last v1 patch v1.58.5. Therefore, to use the CDN with plotly.js v2 and higher, you must specify an exact plotly.js version.

MathJax

You could load either version two or version three of MathJax files, for example: html <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_SVG.js"></script>

html <script src="https://cdn.jsdelivr.net/npm/mathjax@3.2.2/es5/tex-svg.js"></script>

When using MathJax version 3, it is also possible to use chtml output on the other parts of the page in addition to svg output for the plotly graph. Please refer to devtools/test_dashboard/index-mathjax3chtml.html to see an example.

Need to have several WebGL graphs on a page?

You may simply load virtual-webgl script for WebGL 1 (not WebGL 2) before loading other scripts. html <script src="https://unpkg.com/virtual-webgl@1.0.6/src/virtual-webgl.js"></script>

Bundles

There are two kinds of plotly.js bundles: 1. Complete and partial official bundles that are distributed to npm and the CDN, described in the dist README. 2. Custom bundles you can create yourself to optimize the size of bundle depending on your needs. Please visit CUSTOM_BUNDLE for more information.


Alternative ways to load and build plotly.js

If your library needs to bundle or directly load plotly.js/lib/index.js or parts of its modules similar to index-basic in some other way than via an official or a custom bundle, or in case you want to tweak the default build configurations, then please visit BUILDING.md.


Documentation

Official plotly.js documentation is hosted at https://plotly.com/javascript.

These pages are generated by the Plotly graphing-library-docs repo built with Jekyll and publicly hosted on GitHub Pages. For more info about contributing to Plotly documentation, please read through contributing guidelines.


Bugs and feature requests

Have a bug or a feature request? Please open a Github issue keeping in mind the issue guidelines. You may also want to read about how changes get made to Plotly.js


Contributing

Please read through our contributing guidelines. Included are directions for opening issues, using plotly.js in your project and notes on development.


Notable contributors

Plotly.js is at the core of a large and dynamic ecosystem with many contributors who file issues, reproduce bugs, suggest improvements, write code in this repo (and other upstream or downstream ones) and help users in the Plotly community forum. The following people deserve special recognition for their outsized contributions to this ecosystem:

| | GitHub | Twitter | Status | |---|--------|---------|--------| |Alex C. Johnson| @alexcjohnson | | Active, Maintainer | |Mojtaba Samimi | @archmoj | @solarchvision | Active, Maintainer | |Emily Kellison-Linn | @emilykl | | Active, Maintainer | |My-Tien Nguyen| @my-tien | | Active, Community Contributor | |Birk Skyum| @birkskyum | | Active, Community Contributor | |tienne Ttreault-Pinard| @etpinard | @etpinard | Hall of Fame | |Antoine Roy-Gobeil | @antoinerg | | Hall of Fame | |Jack Parmer| @jackparmer | | Hall of Fame | |Nicolas Kruchten | @nicolaskruchten | @nicolaskruchten | Hall of Fame | |Mikola Lysenko| @mikolalysenko | @MikolaLysenko | Hall of Fame | |Ricky Reusser| @rreusser | @rickyreusser | Hall of Fame | |Dmitry Yv. | @dy | @DimaYv| Hall of Fame | |Jon Mease | @jonmmease | @jonmmease | Hall of Fame | |Robert Monfera| @monfera | @monfera | Hall of Fame | |Robert Mstl | @rmoestl | @rmoestl | Hall of Fame | |Nicolas Riesco| @n-riesco | | Hall of Fame | |Mikls Tusz| @mdtusz | @mdtusz| Hall of Fame | |Chelsea Douglas| @cldougl | | Hall of Fame | |Ben Postlethwaite| @bpostlethwaite | | Hall of Fame | |Hannah Ker | @hannahker | @hannahker11| Hall of Fame | |Chris Parmer| @chriddyp | | Hall of Fame | |Alex Vados| @alexander-daniel | | Hall of Fame |


Copyright and license

Code and documentation copyright 2021 Plotly, Inc.

Code released under the MIT license.

Versioning

This project is maintained under the Semantic Versioning guidelines.

See the Releases section of our GitHub project for changelogs for each release version of plotly.js.


Community

  • Follow @plotlygraphs on Twitter for the latest Plotly news.
  • Implementation help may be found on community.plot.com (tagged plotly-js) or on Stack Overflow (tagged plotly).
  • Developers should use the keyword plotly on packages which modify or add to the functionality of plotly.js when distributing through npm.

Owner

  • Name: Plotly
  • Login: plotly
  • Kind: organization
  • Location: Montréal

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 19,122
  • Total Committers: 284
  • Avg Commits per committer: 67.331
  • Development Distribution Score (DDS): 0.721
Past Year
  • Commits: 826
  • Committers: 29
  • Avg Commits per committer: 28.483
  • Development Distribution Score (DDS): 0.662
Top Committers
Name Email Commits
Étienne Tétreault-Pinard e****e@p****y 5,327
archmoj m****a@p****y 5,320
alexcjohnson a****x@p****y 2,290
Antoine Roy-Gobeil a****e@p****y 604
bpostlethwaite p****e@g****m 368
Ricky Reusser r****r@g****m 360
Robert Monfera m****t@g****m 342
Dmitry d****e@g****m 306
Miklós Tusz m****z@g****m 301
Emily Kellison-Linn 4****l 275
Birk Skyum b****m@p****e 220
Nicolas Riesco e****s@n****t 206
hannahker h****6@g****m 168
My-Tien Nguyen m****n@m****i 166
alexander-daniel a****s@g****m 148
Robert Möstl r****l@s****t 145
mikolalysenko m****o@g****m 141
jack j****9@g****m 122
Nicholas Esterer n****r@p****y 112
Jon Mease j****e@g****m 98
Roni Choudhury r****y@k****m 97
Chris Viau c****v@p****y 75
Kully a****m@p****y 70
Farkites m****z@p****y 70
cparmer c****r@g****m 64
Nicolas Kruchten n****s@p****y 62
Santiago f****o@a****m 61
Chelsea c****l@g****m 48
Andre Farzat a****t@g****m 45
Marianne Corvellec m****c@e****g 45
and 254 more...

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1,838
  • Total pull requests: 661
  • Average time to close issues: almost 4 years
  • Average time to close pull requests: 4 months
  • Total issue authors: 1,037
  • Total pull request authors: 116
  • Average comments per issue: 3.53
  • Average comments per pull request: 3.13
  • Merged pull requests: 412
  • Bot issues: 0
  • Bot pull requests: 29
Past Year
  • Issues: 210
  • Pull requests: 243
  • Average time to close issues: 19 days
  • Average time to close pull requests: 12 days
  • Issue authors: 129
  • Pull request authors: 41
  • Average comments per issue: 0.57
  • Average comments per pull request: 1.4
  • Merged pull requests: 117
  • Bot issues: 0
  • Bot pull requests: 29
Top Authors
Issue Authors
  • archmoj (122)
  • nicolaskruchten (80)
  • alexcjohnson (68)
  • etpinard (46)
  • antoinerg (24)
  • cpsievert (24)
  • chriddyp (18)
  • rreusser (18)
  • jonmmease (13)
  • emmanuelle (13)
  • jackparmer (12)
  • mjainGH (12)
  • emilykl (11)
  • GeorgeFlorian (11)
  • ghost (10)
Pull Request Authors
  • archmoj (238)
  • birkskyum (52)
  • emilykl (43)
  • dependabot[bot] (33)
  • my-tien (29)
  • marthacryan (18)
  • camdecoster (18)
  • alexcjohnson (17)
  • ayjayt (15)
  • Lexachoc (12)
  • LiamConnors (10)
  • Farkites (10)
  • hborchardt (6)
  • lvlte (6)
  • gvwilson (5)
Top Labels
Issue Labels
type: feature (355) type: bug (278) P3 (127) bug (119) feature (91) status: discussion needed (62) ♥ NEEDS SPON$OR (61) P2 (53) type: maintenance (32) type: performance (24) type: community (23) type: new trace type (18) type: documentation (15) Cycle-13 (14) type: regression (13) P1 (12) sev-2 (9) cs (8) type: support? (8) performance (7) sev-3 (7) infrastructure (6) status: investigation needed (6) documentation (5) sev-4 (4) status: on hold (3) good first issue (3) sev-1 (3) type: translation (2) new feature (2)
Pull Request Labels
status: reviewable (134) type: bug (94) type: community (85) feature (78) community (77) fix (70) P1 (70) type: feature (67) P2 (57) type: maintenance (52) dependencies (35) bug (18) P3 (15) cs (14) infrastructure (14) status: has TODOs (10) type: documentation (9) performance (9) status: on hold (9) documentation (9) type: performance (7) type: translation (6) Cycle-13 (4) type: regression (4) type: new trace type (3) cycle-12 (2) sev-3 (2) testing (1) regression (1)

Packages

  • Total packages: 39
  • Total downloads:
    • npm 2,234,845 last-month
    • packagist 170,161 total
    • clojars 23,610 total
  • Total docker downloads: 75,808,658
  • Total dependent packages: 459
    (may contain duplicates)
  • Total dependent repositories: 6,750
    (may contain duplicates)
  • Total versions: 3,885
  • Total maintainers: 30
  • Total advisories: 3
npmjs.org: plotly.js

The open source javascript graphing library that powers plotly

  • Versions: 270
  • Dependent Packages: 262
  • Dependent Repositories: 5,077
  • Downloads: 1,238,451 Last month
  • Docker Downloads: 57,951,791
Rankings
Dependent packages count: 0.2%
Downloads: 0.3%
Dependent repos count: 0.3%
Docker downloads count: 0.5%
Average: 0.5%
Stargazers count: 0.8%
Forks count: 0.9%
Last synced: 6 months ago
npmjs.org: plotly.js-dist

Ready-to-use plotly.js distributed bundle.

  • Versions: 171
  • Dependent Packages: 66
  • Dependent Repositories: 735
  • Downloads: 248,875 Last month
  • Docker Downloads: 17,775,713
Rankings
Docker downloads count: 0.3%
Dependent packages count: 0.5%
Downloads: 0.6%
Average: 0.6%
Dependent repos count: 0.7%
Stargazers count: 0.8%
Forks count: 0.9%
Last synced: 7 months ago
npmjs.org: plotly.js-basic-dist

Ready-to-use plotly.js basic distributed bundle.

  • Versions: 171
  • Dependent Packages: 23
  • Dependent Repositories: 240
  • Downloads: 66,330 Last month
  • Docker Downloads: 80,562
Rankings
Downloads: 0.8%
Stargazers count: 0.8%
Docker downloads count: 0.8%
Average: 0.9%
Forks count: 0.9%
Dependent repos count: 1.1%
Dependent packages count: 1.1%
Last synced: 7 months ago
npmjs.org: plotly.js-dist-min

Ready-to-use minified plotly.js distributed bundle.

  • Versions: 125
  • Dependent Packages: 32
  • Dependent Repositories: 400
  • Downloads: 454,381 Last month
  • Docker Downloads: 305
Rankings
Downloads: 0.5%
Stargazers count: 0.8%
Dependent repos count: 0.9%
Forks count: 0.9%
Average: 1.0%
Dependent packages count: 1.0%
Docker downloads count: 1.6%
Last synced: 6 months ago
npmjs.org: plotly.js-basic-dist-min

Ready-to-use minified plotly.js basic distributed bundle.

  • Versions: 125
  • Dependent Packages: 20
  • Dependent Repositories: 64
  • Downloads: 61,063 Last month
  • Docker Downloads: 27
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Downloads: 1.1%
Average: 1.4%
Docker downloads count: 1.6%
Dependent repos count: 1.8%
Dependent packages count: 2.2%
Last synced: 6 months ago
npmjs.org: plotly.js-gl2d-dist

Ready-to-use plotly.js gl2d distributed bundle.

  • Versions: 171
  • Dependent Packages: 7
  • Dependent Repositories: 31
  • Downloads: 2,565 Last month
  • Docker Downloads: 218
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Docker downloads count: 1.2%
Average: 1.7%
Dependent repos count: 2.4%
Downloads: 2.5%
Dependent packages count: 2.7%
Last synced: 6 months ago
npmjs.org: plotly.js-cartesian-dist

Ready-to-use plotly.js cartesian distributed bundle.

  • Versions: 171
  • Dependent Packages: 4
  • Dependent Repositories: 65
  • Downloads: 25,014 Last month
  • Docker Downloads: 9
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Downloads: 1.2%
Docker downloads count: 1.6%
Dependent repos count: 1.7%
Average: 1.8%
Dependent packages count: 4.4%
Last synced: 6 months ago
bower.io: plotly.js

The open source javascript graphing library that powers plotly

  • License: MIT
  • Latest release: v3.1.0
    published 7 months ago
  • Versions: 225
  • Dependent Packages: 1
  • Dependent Repositories: 20
Rankings
Stargazers count: 0.4%
Forks count: 0.6%
Average: 1.9%
Dependent packages count: 2.6%
Dependent repos count: 4.1%
Last synced: 6 months ago
npmjs.org: plotly.js-cartesian-dist-min

Ready-to-use minified plotly.js cartesian distributed bundle.

  • Versions: 125
  • Dependent Packages: 3
  • Dependent Repositories: 22
  • Downloads: 30,904 Last month
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Downloads: 1.7%
Average: 2.4%
Dependent repos count: 2.7%
Dependent packages count: 5.8%
Last synced: 6 months ago
packagist.org: plotly/plotly.js

The open source javascript graphing library that powers plotly

  • Versions: 210
  • Dependent Packages: 2
  • Dependent Repositories: 15
  • Downloads: 170,161 Total
Rankings
Stargazers count: 0.0%
Forks count: 0.0%
Average: 2.4%
Downloads: 3.0%
Dependent repos count: 3.1%
Dependent packages count: 6.0%
Maintainers (1)
Funding
  • url: https://plot.ly/products/consulting-and-oem/: type: custom
  • url: https://github.com/plotly: type: github
Last synced: 6 months ago
npmjs.org: plotly.js-finance-dist

Ready-to-use plotly.js finance distributed bundle.

  • Versions: 171
  • Dependent Packages: 3
  • Dependent Repositories: 11
  • Downloads: 3,000 Last month
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Average: 2.9%
Downloads: 3.1%
Dependent repos count: 3.7%
Dependent packages count: 5.8%
Last synced: 6 months ago
npmjs.org: plotly.js-gl2d-dist-min

Ready-to-use minified plotly.js gl2d distributed bundle.

  • Versions: 126
  • Dependent Packages: 3
  • Dependent Repositories: 6
  • Downloads: 7,672 Last month
  • Docker Downloads: 8
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Average: 3.3%
Downloads: 4.1%
Dependent repos count: 4.8%
Dependent packages count: 5.8%
Last synced: 6 months ago
npmjs.org: plotly.js-gl3d-dist-min

Ready-to-use minified plotly.js gl3d distributed bundle.

  • Versions: 126
  • Dependent Packages: 2
  • Dependent Repositories: 11
  • Downloads: 13,273 Last month
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Downloads: 2.8%
Average: 3.4%
Dependent repos count: 3.7%
Dependent packages count: 8.8%
Last synced: 6 months ago
proxy.golang.org: github.com/plotly/plotly.js
  • Versions: 272
  • Dependent Packages: 0
  • Dependent Repositories: 1
Rankings
Stargazers count: 0.5%
Forks count: 0.6%
Average: 3.6%
Dependent repos count: 4.8%
Dependent packages count: 8.5%
Last synced: 6 months ago
npmjs.org: plotly.js-geo-dist-min

Ready-to-use minified plotly.js geo distributed bundle.

  • Versions: 125
  • Dependent Packages: 2
  • Dependent Repositories: 3
  • Downloads: 13,020 Last month
  • Docker Downloads: 25
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Docker downloads count: 1.4%
Downloads: 3.5%
Average: 3.7%
Dependent repos count: 6.7%
Dependent packages count: 8.8%
Last synced: 6 months ago
npmjs.org: plotly.js-strict-dist-min

Ready-to-use minified plotly.js strict distributed bundle.

  • Versions: 93
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 13,877 Last month
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Downloads: 1.2%
Average: 4.5%
Dependent packages count: 8.8%
Dependent repos count: 10.8%
Last synced: 6 months ago
npmjs.org: plotly.js-finance-dist-min

Ready-to-use minified plotly.js finance distributed bundle.

  • Versions: 125
  • Dependent Packages: 2
  • Dependent Repositories: 2
  • Downloads: 8,723 Last month
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Downloads: 4.2%
Average: 4.5%
Dependent repos count: 8.0%
Dependent packages count: 8.8%
Last synced: 6 months ago
clojars.org: cljsjs/plotly

The open source javascript graphing library that powers plotly

  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 4
  • Downloads: 23,610 Total
Rankings
Forks count: 0.2%
Stargazers count: 0.2%
Average: 5.2%
Dependent repos count: 6.4%
Dependent packages count: 7.9%
Downloads: 11.6%
Maintainers (1)
Last synced: 6 months ago
npmjs.org: plotly.js-locales

Ready-to-use plotly.js locales

  • Versions: 154
  • Dependent Packages: 1
  • Dependent Repositories: 14
  • Downloads: 26,875 Last month
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Downloads: 1.9%
Dependent repos count: 3.3%
Average: 5.7%
Dependent packages count: 21.3%
Last synced: 6 months ago
npmjs.org: plotly.js-gl3d-dist

Ready-to-use plotly.js gl3d distributed bundle.

  • Versions: 171
  • Dependent Packages: 1
  • Dependent Repositories: 9
  • Downloads: 5,831 Last month
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Downloads: 3.1%
Dependent repos count: 4.0%
Average: 6.0%
Dependent packages count: 21.3%
Last synced: 6 months ago
repo1.maven.org: org.webjars.bower:plotly.js

WebJar for plotly.js

  • Versions: 56
  • Dependent Packages: 11
  • Dependent Repositories: 3
Rankings
Stargazers count: 1.4%
Forks count: 3.7%
Dependent packages count: 5.5%
Average: 6.1%
Dependent repos count: 13.7%
Last synced: 6 months ago
npmjs.org: plotly.js-strict-dist

Ready-to-use plotly.js strict distributed bundle.

  • Versions: 93
  • Dependent Packages: 1
  • Dependent Repositories: 3
  • Downloads: 7,801 Last month
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Downloads: 2.5%
Average: 6.5%
Dependent repos count: 6.7%
Dependent packages count: 21.3%
Last synced: 6 months ago
npmjs.org: plotly.js-geo-dist

Ready-to-use plotly.js geo distributed bundle.

  • Versions: 171
  • Dependent Packages: 1
  • Dependent Repositories: 4
  • Downloads: 997 Last month
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Downloads: 4.8%
Dependent repos count: 5.8%
Average: 6.7%
Dependent packages count: 21.3%
Last synced: 6 months ago
npmjs.org: plotly.js-mapbox-dist

Ready-to-use plotly.js mapbox distributed bundle.

  • Versions: 171
  • Dependent Packages: 1
  • Dependent Repositories: 5
  • Downloads: 280 Last month
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Dependent repos count: 5.3%
Downloads: 6.1%
Average: 6.9%
Dependent packages count: 21.3%
Last synced: 6 months ago
npmjs.org: plotly.js-mapbox-dist-min

Ready-to-use minified plotly.js mapbox distributed bundle.

  • Versions: 125
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 5,877 Last month
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Downloads: 7.0%
Average: 8.2%
Dependent repos count: 10.8%
Dependent packages count: 21.3%
Last synced: 6 months ago
npmjs.org: @superdyzio/plotly.js

The open source javascript graphing library that powers plotly

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Dependent packages count: 8.8%
Average: 10.2%
Dependent repos count: 10.8%
Downloads: 29.7%
Maintainers (1)
Last synced: 6 months ago
npmjs.org: freshplotly

The open source javascript graphing library that powers plotly

  • Versions: 4
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 4 Last month
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Dependent repos count: 10.8%
Average: 11.8%
Dependent packages count: 21.3%
Downloads: 25.0%
Maintainers (1)
Last synced: 6 months ago
npmjs.org: @kausal/plotly-custom

The open source javascript graphing library that powers plotly

  • Versions: 7
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 4 Last month
Rankings
Stargazers count: 1.0%
Forks count: 1.2%
Average: 13.8%
Dependent packages count: 16.2%
Downloads: 25.2%
Dependent repos count: 25.3%
Last synced: 6 months ago
npmjs.org: @uoa-eresearch/plotly.js

The open source javascript graphing library that powers plotly

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 1 Last month
Rankings
Stargazers count: 1.0%
Forks count: 1.1%
Dependent packages count: 9.5%
Average: 18.2%
Dependent repos count: 25.3%
Downloads: 54.1%
Maintainers (1)
Last synced: 6 months ago
npmjs.org: dashbot_plotly.js

The open source javascript graphing library that powers plotly, all we wanted was a HEAD version with some bugfixes that were missing

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 9 Last month
Rankings
Stargazers count: 1.0%
Forks count: 1.1%
Dependent packages count: 16.2%
Average: 19.0%
Dependent repos count: 25.3%
Downloads: 51.2%
Maintainers (1)
Last synced: 6 months ago
repo1.maven.org: org.webjars.npm:plotly.js-dist

WebJar for plotly.js-dist

  • Versions: 19
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.2%
Forks count: 3.0%
Average: 21.2%
Dependent repos count: 32.0%
Dependent packages count: 48.9%
Last synced: 6 months ago
repo1.maven.org: org.webjars.npm:plotly.js-dist-min

WebJar for plotly.js-dist-min

  • Versions: 14
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.2%
Forks count: 3.0%
Average: 21.2%
Dependent repos count: 32.0%
Dependent packages count: 48.9%
Last synced: 6 months ago
repo1.maven.org: org.webjars.bowergithub.plotly:plotly.js

WebJar for plotly.js

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.2%
Forks count: 3.0%
Average: 21.2%
Dependent repos count: 32.0%
Dependent packages count: 48.9%
Last synced: 6 months ago
repo1.maven.org: org.webjars.npm:plotly.js

WebJar for plotly.js

  • Versions: 26
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.2%
Forks count: 3.0%
Average: 21.2%
Dependent repos count: 32.0%
Dependent packages count: 48.9%
Last synced: 6 months ago
repo1.maven.org: org.webjars.bower:github-com-plotly-plotly-js

WebJar for plotly.js

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.2%
Forks count: 3.0%
Average: 21.2%
Dependent repos count: 32.0%
Dependent packages count: 48.9%
Last synced: 6 months ago
repo1.maven.org: org.mvnpm:plotly.js

The open source javascript graphing library that powers plotly

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.5%
Forks count: 3.8%
Average: 21.4%
Dependent repos count: 33.0%
Dependent packages count: 47.2%
Last synced: 6 months ago
npmjs.org: @giliweb/plotly.js

The open source javascript graphing library that powers plotly

  • Versions: 45
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 5 Last month
Rankings
Downloads: 12.2%
Average: 23.5%
Dependent repos count: 25.3%
Dependent packages count: 32.9%
Maintainers (1)
Last synced: 6 months ago
npmjs.org: viettest1111.js

The open source javascript graphing library that powers plotly

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 1 Last month
Rankings
Stargazers count: 0.8%
Forks count: 0.9%
Dependent repos count: 10.8%
Average: 26.1%
Dependent packages count: 53.6%
Downloads: 64.3%
Maintainers (1)
Last synced: 6 months ago
npmjs.org: plotly-polydata

Ready-to-use minified plotly.js distributed bundle based on plotly.js 2.32.0.

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 10 Last month
Rankings
Dependent repos count: 30.6%
Average: 37.2%
Dependent packages count: 43.9%
Maintainers (1)
Last synced: 6 months ago