Skip to content

Releases: bitly/tsplot

v1.0.6

Choose a tag to compare

@jharshman jharshman released this 04 Jun 16:42
aedae7d

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

Choose a tag to compare

@jharshman jharshman released this 18 Mar 18:06
a0819e9

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@jharshman jharshman released this 15 Jan 20:23
313fb4e

Changes:
Update Go Version and Dependencies #23

v1.0.3

Choose a tag to compare

@jharshman jharshman released this 18 Jan 16:46
1cee736

What's Changed

  • add sans serif font, adjust legend padding by @myshkins in #20

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@jharshman jharshman released this 10 Jan 17:00
c4aad58

Small change to available line colors to adjust for visibility on white chart background.

v1.0.1

Choose a tag to compare

@jharshman jharshman released this 02 Jan 17:46
c953739

Improvements to legend placement and expanded available line colors.

v1.0.0

Choose a tag to compare

@jharshman jharshman released this 14 Dec 19:41
047e30c

This release restructures the tsplot library to focus on the plotting based on a provided TimeSeries or TimeSeriesIterator.
This moves the responsibility of forming the query to the consumer of the package.

v0.0.4

Choose a tag to compare

@jharshman jharshman released this 11 Aug 21:38
3103d0c

Provide more access to underlying alignment and reduction aggregation options.

v0.0.3

Choose a tag to compare

@jharshman jharshman released this 09 Aug 20:34
d90e5a1

Fix bug causing SetQueryFilter to be ignored: 1e822c5
Increase the thickness of plotted lines: d90e5a1

v0.0.2

Choose a tag to compare

@jharshman jharshman released this 26 Jul 21:28
66ab871
Make module path valid. (#8)

https://pkg.go.dev complains that the module path is invalid. And
therefore not available on the site. This PR updates the module path to
be a valid one.