8000 Tags · sudoki2015/tauCharts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: sudoki2015/tauCharts

Tags

1.2.2

Toggle 1.2.2's commit message
1.2.2

Fixed:
- Crosshair position for Stacked Bar.

1.2.1

Toggle 1.2.1's commit message
1.2.1

Fixed:
- Bar as Span plugin production build.
- Error when filtering and axis visibility changes.
- Hover state of Export plugin icon.

1.2.0

Toggle 1.2.0's commit message
1.2.0

New:
- Timeline plugin (`bar-as-span`).
- TypeScript types definition.

Fixed:
- Wrong Crosshair label for Stacked Bar.

1.1.4

Toggle 1.1.4's commit message
1.1.4

Fixed:
- Annotation overflow for ordinal scale.
- Legend Export when Annotation enabled.

1.1.3

Toggle 1.1.3's commit message
1.1.3

New:
- Crosshair dashed line style.
- Tooltip `escapeHtml`, `align`, `spacing` options.

Fixed:
- Floating Axes hover error in IE.
- Crosshair wrongly positioned for colored bars.
- Zero tick style lost (thicker zero when there are positive and negative values).

1.1.2

Toggle 1.1.2's commit message
1.1.2

Fixed:
- Trendline plugin UTC period.
- Crosshair plugin in FireFox.
- Unexpected Tooltip and Crosshair over Floating Axes.

1.1.1

Toggle 1.1.1's commit message
1.1.1

New:
- Crosshair style improvements (colorful label boxes, labels over axes, fixed overflow).

Fixed:
- Annotation plugin UTC values.

1.1.0

Toggle 1.1.0's commit message
1.1.0

New:
- Crosshair plugin.

1.0.0

Toggle 1.0.0's commit message
1.0.0

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 (TargetProcess#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

Toggle 0.10.0-beta.25's commit message
0.10.0-beta.25

New:
- Smooth area.
0