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

@flourish/chart-layout

Package Overview
Dependencies
Maintainers
33
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flourish/chart-layout - npm Package Compare versions

Comparing version 9.4.4 to 9.5.0

2

package.json
{
"name": "@flourish/chart-layout",
"version": "9.4.4",
"version": "9.5.0",
"description": "Create axes",

@@ -5,0 +5,0 @@ "main": "chart-layout.js",

@@ -21,3 +21,3 @@ # Flourish chart layout

Import the corresponding settings into your `template.yml`, e.g.:
Import the corresponding settings into your `template.yml`.

@@ -39,2 +39,26 @@ ```yml

For typed templates you can also add overrides to show or hide settings based on the type of a data binding. For example:
``` yml
- property: x
import: "@flourish/chart-layout/x"
overrides:
- tag: numeric
method: extend
show_if:
data.data.x.type: number
- tag: temporal
method: extend
show_if:
data.data.x.type: datetime
- tag: categorical
method: extend
show_if:
data.data.x.type: string
- tag: continuous
method: extend
show_if:
data.data.x.type: [number, datetime]
```
## How to use

@@ -41,0 +65,0 @@

@@ -0,1 +1,4 @@

# 9.5.0
* Add yml tag properties to settings
# 9.4.4

@@ -2,0 +5,0 @@ * Tweak calculation of default domain when forcing inclusion of 0

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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