Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Releases: bizzomate/GoogleChartTimeline-Mendix

Bar colors from Mendix

14 Nov 11:29
50590e2

Choose a tag to compare

Added the possibility to set bar colors based on attributes coming from Mx.

Added custom options

05 Sep 07:29

Choose a tag to compare

  • Added the posibility to extend the options object that is passed onto
    the Google Chart.
  • Changed to mx.ui.action for showing progress bar

Added default bar label

22 Feb 10:18

Choose a tag to compare

Added the possibility to define a default (translatable) bar label which
the widget uses when the selected attribute for the bar label turns out
ot be empty for one or more objects.

This means data that previously had to be filtered before presentation
can now be shown.

Fix for persisting settings.

07 Dec 10:07

Choose a tag to compare

Settings (such as bar_colour for instance) turned out to return null when the widget was not loaded for the first time. Thanks to Reekers for the fix.

Small update

08 May 06:50

Choose a tag to compare

  • Added icon
  • Forced dataItem to be a string (requirement from GoogleTimeline
    library)
  • Updated test project to Mx 7.2.0

1.0.0

13 Feb 13:22

Choose a tag to compare

1.0.0 release of Google Timeline Charts for Mendix

0.9.2

09 Feb 11:48

Choose a tag to compare

0.9.2 Pre-release
Pre-release

Removed unintended piece from last commit

Optimization for refreshing data

09 Feb 10:15

Choose a tag to compare

Pre-release

When reloading data, the widget no longer creates a new DataTable, it
clears and reuses the old one instead. Also the widget now re-draws when
there is no data anymore after refresh, ensuring you're not looking at
old data.

0.9

09 Feb 08:17

Choose a tag to compare

0.9 Pre-release
Pre-release

Initital release