New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

picasso.js

Package Overview
Dependencies
Maintainers
11
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

picasso.js - npm Package Versions

1
78911

0.11.0

Diff
mm85dk
published 0.11.0 •

Changelog

Source

0.11.0 (2018-07-14)

Bug Fixes

  • q: use abbreviation pattern when qNumFormat.qType is U (#139) (f508c69)
  • svg-renderer: use quotation marks on gradient url (#137) (366a687)

Features

  • labels: Change overlap handling for outside label strategy for pie slices (#140) (a78328b)

<a name="0.10.4"></a>

mm85dk
published 0.10.4 •

Changelog

Source

0.10.4 (2018-07-04)

Bug Fixes

  • legend-cat: Handle RTL using dir attribute (#124) (0166ff3)
  • scenegraph: allow small rounding errors in polygon detection (#123) (d92f54d)

<a name="0.10.3"></a>

mm85dk
published 0.10.3 •

Changelog

Source

0.10.3 (2018-06-27)

Bug Fixes

  • legend-cat: fix disabled attribute in button (#122) (0fbdf6b)

<a name="0.10.2"></a>

mm85dk
published 0.10.2 •

Changelog

Source

0.10.2 (2018-06-27)

Note: Version bump only for package undefined

<a name="0.10.1"></a>

mm85dk
published 0.10.1 •

Changelog

Source

0.10.1 (2018-06-27)

Bug Fixes

  • labels: Fix crash on empty labels in rows strategy (#119) (e8c2b5a)

<a name="0.10.0"></a>

mm85dk
published 0.10.0 •

Changelog

Source

0.10.0 (2018-06-25)

Bug Fixes

  • labels: Fix label overlap in slice strategy (#116) (ee5405e)
  • labels: No rendering outside of parent rect (#117) (02d773d)
  • q: fix q brush when layout is missing (#118) (163da33)
  • render-order: Render components in specified order (#114) (96e5114)
  • scene-graph: bounds collision (#115) (6623803)

Features

  • scenegraph: add default collider on text nodes (#108) (90c8848)

<a name="0.9.0"></a>

mm85dk
published 0.9.0 •

Changelog

Source

0.9.0 (2018-06-14)

Bug Fixes

  • dom-renderer: clear vnode on destory (#89) (406780f)
  • legend-cat formatter (#97) (1612c82)
  • label-strategy: Fix error when using rows strategy on non circle slices (#99) (e22a36c)
  • labels: ellipsed text in bars strategy (#87) (ff4e11d)
  • layout: do not re-position components on partial data update (#104) (54ee8f2)
  • legend-cat: Remove commented import (#96) (be21b18)
  • q: Register number & time formatter when using q plugin (#98) (37831a3)
  • q: use auto formatter when qNumFormat is missing (#91) (4f9c2a6)
  • scene-node: append all component meta (#105) (62d7fb0)

Features

  • brush-trigger: Component level flag to disable brush triggers (#90) (f398060)
  • label-strategy: Rows label strategy (#81) (ca35ece)
  • legend-cat: legend cat expose scroll offset (#93) (c38d284)
  • q: add support for qTreeData and qMode=K (#88) (e43443d)
  • add strokeDasharray as option to line component (#106) (fb60bd7)
  • expose theme on chart instance (#94) (ddffb7f)
  • override categorical color range (#100) (86fa437)

<a name="0.8.0"></a>

carlhannes
published 0.8.0 •

Changelog

Source

0.8.0 (2018-05-15)

Bug Fixes

  • legend-cat: threshold legend wrong brush source bugfix (#66) (2b3510c)

Features

<a name="0.7.0"></a>

mm85dk
published 0.7.0 •

Changelog

Source

0.7.0 (2018-04-05)

Bug Fixes

  • inactive all shapes on brush start (#56) (4053e13)
  • legend-cat: threshold color rendering order (#62) (333c98d)
  • legend-seq: Title use fallback from majorScale (#55) (85d1983)
  • q: extracting data from empty K cubes throws error (#60) (51419c3)

Chores

Features

BREAKING CHANGES

  • Now using dist/picasso.js as the only main file. dist/picasso.min.js does not exist any more and the published dist/picasso.js file is uglified & minifed, and has a sourcemap linked to it.

<a name="0.6.0"></a>

mm85dk
published 0.6.0 •

Changelog

Source

0.6.0 (2018-03-08)

Bug Fixes

  • component-box: fix scale sizing (75d2cac)
  • legend-cat: improve alignment of content (#45) (58fd732)
  • q: take localeInfo into account when formatting (e4151c5)
  • renderer: reset scene when clearing render (#47) (3793443)

Code Refactoring

  • callback argument on scale settings (#36) (ce6b0f5)

Features

  • q: add support for custom number abbreviations (dcc5fc0)
  • brush area component (#44) (97f859f)

BREAKING CHANGES

  • Exposes similar callback argument as the component settings. Valid for scales defined under the scales property and directly in a component definition.

All scales settings now supports a callback function. Those who had support previously have the their callback argument changed to an object.

<a name="0.5.3"></a>