Skip to content

Releases: nzzdev/Q-chart

v3.2.4

16 Sep 10:12
f8896f6
Compare
Choose a tag to compare

v3.2.3

11 Sep 09:11
d693d8f
Compare
Choose a tag to compare
  • Exclude the header row from date parsing and sorting (#185)

v3.2.2

08 Sep 08:04
c3168af
Compare
Choose a tag to compare
  • Fix bug in highlightZeroGridLineIfPositiveAndNegative postprocessing
  • Use package-lock.json in Dockerfile

v3.2.1

17 Feb 08:33
6c3b2e9
Compare
Choose a tag to compare

Fixes a bug where it was not possible to add event / time span annotations for existing charts.

v3.2.0

07 Feb 16:09
edb9283
Compare
Choose a tag to compare
  • Reduce height for certain chart types
  • Fix order of highlighted lines
  • Update dependencies
  • Add point + range events feature
  • Add some paddingOuter to column charts

v3.1.5

04 Nov 12:41
4a5f102
Compare
Choose a tag to compare
  • Update maintainer
  • (bar/line/area) Fix prognosisStartDate comparison expressions

v3.1.4

25 Oct 08:59
Compare
Choose a tag to compare
  • deliver all enum_titles for the interval option with first schema request to make sure they are always displayed because Q editor dynamic schema resolution has a glitch

v3.1.3

24 Oct 11:43
Compare
Choose a tag to compare
  • fix the color domain for dotplots when the first row includes empty cells by sorting the data the domain is constructed from

v3.1.2

23 Oct 16:30
Compare
Choose a tag to compare
  • fix: do not fail on line charts if no date series is given but dateSeriesOptions.labels is defined

v3.1.1

23 Oct 15:42
83e12a5
Compare
Choose a tag to compare
  • fix: line charts with missing values (null) and prognosis render correctly
  • fix: if no axis title is given (empty cell) no space is reserved for the title
  • some other small fixes