tilesfx

A JavaFX library containing tiles that can be used for dashboards.

APACHE-2.0 License

Stars
1.4K

Bot releases are visible (Hide)

tilesfx - v17.1.5

Published by HanSolo over 2 years ago

Info

  • Updated dependencies (esp. toolbox, toolboxfx, heatmap and countries)

Features

Fixes

  • Contains PR #131
tilesfx - v17.1.4

Published by HanSolo over 2 years ago

Info

  • Moved to Gradle 7.4 in wrapper
  • Moved ci build to JDK 17.0.2

Features

Fixes

  • Fixed issue #129
tilesfx - v17.1.3

Published by HanSolo over 2 years ago

Info

Features

Fixes

  • Fixed issue #128 (color for description was not bound to descriptionColor in CharacterTileSkin)
tilesfx - v17.1.2

Published by HanSolo over 2 years ago

Info

Features

Fixes

  • Fixed minor issue in CenterTextTileSkin related to wrap long text
tilesfx - v17.1.1

Published by HanSolo almost 3 years ago

Features

Fixes

  • Fixed minor issue related to event handling
tilesfx - v17.0.11

Published by HanSolo almost 3 years ago

Features

Fixes

tilesfx - v17.0.10

Published by HanSolo almost 3 years ago

Features

  • Added convenient constructors to BarChartItem and LeaderBoardItem
tilesfx - v17.0.9

Published by HanSolo almost 3 years ago

Features

  • Added CenterTextTileSkin
  • Added shortenNumbers property (1000 -> 1k, 1000000 -> 1M etc.)

Fixes

tilesfx - v17.0.7

Published by HanSolo almost 3 years ago

Features

  • Added the ability to set the fill and stroke on a Country

Fixes

tilesfx - v17.0.6

Published by HanSolo almost 3 years ago

Features

Fixes

tilesfx - v17.0.5

Published by HanSolo almost 3 years ago

Features

Fixes

  • Fixed issue in ImageCounterTileSkin
tilesfx - v17.0.3

Published by HanSolo almost 3 years ago

Features

Fixes

  • Fixed issue in TimelineTileSkin related to visibility of lower threshold
tilesfx - v17.0.2

Published by HanSolo almost 3 years ago

Features

  • Added support for Apple M1 and Linux aarch64
  • ClusterMonitorTileSkin now reacts on changes in formatString

Fixes

tilesfx - v17.0.0

Published by HanSolo about 3 years ago

Features

  • Moved to JDK 17

Fixes

  • Adjustments to build files related to JDK 17
tilesfx - v16.0.4

Published by HanSolo about 3 years ago

Features

  • Added locations to countries
  • Added ability to show/hide ChartData circles in WorldMapTileSkin
  • Added github package

Fixes

  • Fixed CI build
tilesfx - v16.0.3

Published by HanSolo over 3 years ago

Features

  • Added some convenience methods related to set/add/remove series

Fixes

  • Fixed problem related to adding and removing series (thx to Martin Schelldorfer who pointed out that problem in issue #121 and #122)
tilesfx - v16.0.2

Published by HanSolo over 3 years ago

Features

  • Added properties to automatically set the text color in chart items (only used in CycleStepTileSkin atm)
  • Added class to calculate font metrics in canvas

Fixes

  • Replaced all weak listeners with standard listeners to avoid problems
  • Fixed issue related to max value in BarChartItem
tilesfx - v16.0.1

Published by HanSolo over 3 years ago

Features

  • Added new SpinnerTileSkin
  • Added property to show/hide percentage values (currently only used in DonutChartTileSkin)
  • Added a NOT_FOUND flag

Fixes

  • Several fixes related to typos that lead to missing flags
tilesfx - 11.48

Published by HanSolo over 3 years ago

Features

  • Added a list view to LeaderBoardTileSkin and BarchartTileSkin

Fixes

tilesfx - 11.47

Published by HanSolo almost 4 years ago

Features

Fixes

  • There was still an extra isBound() check needed (thx to Frank Delporte for the heads up)