Skip to content

Releases: bitly/tsplot

v1.0.3

18 Jan 16:46
1cee736
Compare
Choose a tag to compare

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

10 Jan 17:00
c4aad58
Compare
Choose a tag to compare

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

v1.0.1

02 Jan 17:46
c953739
Compare
Choose a tag to compare

Improvements to legend placement and expanded available line colors.

v1.0.0

14 Dec 19:41
047e30c
Compare
Choose a tag to compare

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

11 Aug 21:38
3103d0c
Compare
Choose a tag to compare

Provide more access to underlying alignment and reduction aggregation options.

v0.0.3

09 Aug 20:34
d90e5a1
Compare
Choose a tag to compare

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

v0.0.2

26 Jul 21:28
66ab871
Compare
Choose a tag to compare
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.

v0.0.1

08 May 05:42
a15f888
Compare
Choose a tag to compare
Add makefile with test, build, and install targets (#6)