Skip to content

Releases: TargetProcess/tauCharts

1.1.1

12 Apr 12:51
Compare
Choose a tag to compare

New:

  • Crosshair style improvements (colorful label boxes, labels over axes, fixed overflow).

Fixed:

  • Annotation plugin UTC values.

1.1.0

10 Apr 13:18
Compare
Choose a tag to compare

New:

  • Crosshair plugin.

1.0.0

06 Apr 13:07
Compare
Choose a tag to compare

New:

  • Lowercase package name for CommonJS and AMD.
  • Underscore dependency removal.
  • Async rendering of facet cells (see example: https://api.taucharts.com/advanced/performance.html)
  • Async spec calculation. Progress bar and warning for heavy charts.
  • Optimize nearest element search.
  • Highlight element and show tooltip when cursor is close to it.
  • Stick tooltip and show action buttons on click, dim other elements.
  • Raise highlighted element and group over others.
  • Optimized repaints when sorting DOM nodes.
  • Sparkline mode (hide ticks and grid lines (except zero) in small charts and facets).
  • Improved chart labeling algorithm (hide label when it intersects points).
  • Allow to show line and area points (guide.showAnchors = 'always').
  • UTC time scale, period scale and format (use settings.utcTime = true).
  • Improved color legend (focus on click, toggle on icon click or CTRL+click; reset button).
  • Horizontal size and gradient legend layout.
  • Line and area transition during filtering.
  • Improved variable size line appearance (circles connected with tangents like a brush).
  • Show integer ticks for integer values.
  • Smooth line, that doesn't exceed data points (guide.interpolate = 'smooth-keep-extremum').
  • Smooth interpolation for math data (guide.interpolate = 'smooth').
  • Hide equal labels at line.
  • Improved key search performance for cached data.
  • Detect Floating Axes background color.
  • Configurable Export background.
  • Reserve space for bar labels.
  • Display existing values in Size Legend.
  • Optionally apply Filter on mouse up (default) or immediately.
  • Minimal radius for highlighted line points.
  • Highlight zero tick when there are positive and negative values.
  • Improved default number format.
  • Highlight overlapped points by moving cursor around.
  • Raise smaller bars over bigger for linear scale.
  • Split size legend ticks by square root, reduced ticks count.
  • Show X-cursor line for highlighted line point.
  • Hide axis ticks for large density.
  • Removed unnecessary polyfills (Map, WeakMap), added polyfills for IE (Array.from etc).
  • Disable animation when too much elements.
  • Smooth area (guide.interpolate = 'smooth-keep-extremum|smooth|linear|step').

Fixed:

  • Avoid base axis overflow.
  • HTML characters in tooltip values.
  • Cut labels when insufficient space on bar charts.
  • Legend plugin breaks color brewer (#251)
  • Layer plugin affected size scale.
  • Scatterplot and line with size overflow chart.
  • Bars overlap each other.
  • Disabled scales rounding.
  • Fixed displaying labels behind bars.
  • Extending scale domain too much.
  • Side ticks labels overflow.
  • Linear scale domain with equal values.
  • Axis labels are not rotated.
  • Y-axis width calculation.
  • Bars become black during filtering.
  • Horizontal bars labels overlap.
  • Hide tooltip on resize.
  • Tooltip and legend highlight conflict.
  • Custom color legend groups stay colored when disabled.
  • Wrong colored bar position at order scale.
  • Hide trendline labels.

0.10.0-beta.25

30 Mar 12:16
Compare
Choose a tag to compare
0.10.0-beta.25 Pre-release
Pre-release

New:

  • Smooth area.

0.10.0-beta.24

29 Mar 08:32
Compare
Choose a tag to compare
0.10.0-beta.24 Pre-release
Pre-release

Fixed:

  • Elements dimmed after click without Tooltip.

0.10.0-beta.23

24 Mar 10:03
Compare
Choose a tag to compare
0.10.0-beta.23 Pre-release
Pre-release

New:

  • Disable animation when too much elements.

Fixed:

  • Wrong last tick position after resize.
  • Hide trendline labels.

0.10.0-beta.22

22 Mar 13:00
Compare
Choose a tag to compare
0.10.0-beta.22 Pre-release
Pre-release

Fixed:

  • Scatterplot blinks on cursor move.
  • Legend is not clickable when all items disabled.
  • Same height bars blink when moving cursor.

0.10.0-beta.21

20 Mar 16:29
Compare
Choose a tag to compare
0.10.0-beta.21 Pre-release
Pre-release

New:

  • Async cancellable spec calculation.
  • Hide axis ticks for large density.
  • Removed WeakMap polyfill.

Fixed:

  • Multiple chart refreshes after legend filtering.
  • Lines blink when moving cursor.
  • Progress bar layout.

0.10.0-beta.20

07 Mar 09:33
Compare
Choose a tag to compare
0.10.0-beta.20 Pre-release
Pre-release

Fixed:

  • Size legend crash due to invalid values.
  • Gradient legend date format.
  • HTML characters in tooltip values.

0.10.0-beta.19

06 Mar 15:00
Compare
Choose a tag to compare
0.10.0-beta.19 Pre-release
Pre-release

New:

  • Optimized sorting DOM nodes.
  • Revert paths and points groups order to initial after highlight.
  • Show X-cursor line for highlighted line point.

Fixed:

  • Wrong colored bar position at order scale.
  • Legend Reset button layout.
  • Tooltip indent around cursor.