Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

plotly.js-locales

Package Overview
Dependencies
Maintainers
0
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plotly.js-locales

Ready-to-use plotly.js locales

  • 2.35.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5.7K
increased by5.41%
Maintainers
0
Weekly downloads
 
Created
Source

plotly.js-locales

Ready-to-use plotly.js locales

For more info on plotly.js, go to https://github.com/plotly/plotly.js#readme

Installation

npm install plotly.js-locales

Usage

For example to setup the fr locale:

// ES6 module
import Plotly from 'plotly.js'
import locale from 'plotly.js-locales/fr'

// CommonJS
var Plotly = require('plotly.js')
var locale = require('plotly.js-locales/fr')

// then
Plotly.register(locale)
Plotly.setPlotConfig({locale: 'fr'})

Code and documentation copyright 2024 Plotly, Inc.

Code released under the MIT license.

Docs released under the Creative Commons license.

Keywords

FAQs

Package last updated on 14 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc