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 - 11.46

Published by HanSolo almost 4 years ago

Features

  • plugins updated
  • license header updated to 2021
  • Added info to readme on how to run the demo

Fixes

  • fix for issue #114 (cannot bind to threshold property)
  • fixed typo tresholdProperty -> thresholdProperty
tilesfx - 11.45

Published by HanSolo about 4 years ago

Features

Fixes

  • Fixed issue #110 where it was only possible to have one FireSmokeTileSkin in a dashboard
tilesfx - 11.44

Published by HanSolo about 4 years ago

Features

  • Added new RadialDistributionTileSkin

Fixes

  • Fixed minor issue in ColorTileSkin
  • Updated some plugins
tilesfx - 11.43

Published by HanSolo about 4 years ago

Features

Fixes

  • Fixed minor issue in ColorTileSkin
tilesfx - 11.42

Published by HanSolo about 4 years ago

Features

  • Added a year matrix chart
  • Added ability to select flags by iso2 and iso3 code (where available)

Fixes

  • Fixed issue #105 (items are always animated in BarChartTileSkin)
  • Fixed issue #106 (max value always visible in PercentageTileSkin)
  • Fixed issue #107 (SwitchTileSkin cannot be disabled)
  • Fixed issue #103 (SparkLineTileSkin does not update any more)
tilesfx - 11.41

Published by HanSolo over 4 years ago

Features

  • Added a happiness indicator which can show a smiling face with a bar graph and a value between 0.0 - 1.0
  • Added a ConicalGradient
  • Added a Gauge2TileSkin which can make use of the ConicalGradient (example is in the Demo class)

Fixes

  • Fixed issue #101 by adding properties to hide/show the tick labels for x- and y-axis
tilesfx - 11.40

Published by HanSolo over 4 years ago

Features

Fixes

  • Added icons package to exports
tilesfx - 11.39

Published by HanSolo over 4 years ago

Features

  • Added a CustomScrollableTileSkin (uses a ScrollPane for the graphic container)
  • Added a lower right section that indicates if more items in BarChart/LeaderBoard than visible
  • Added ability to sort items ascending/descending
  • Added ability to sort LeaderBoardItems by timestamp, duration or value

Fixes

  • Fixes in TurnoverTileSkin related to RotationEffect color
  • Several fixes in BarChartTileSkin and LeaderBoardTileSkin
  • Fix for issue #99
  • Fixed problem in GaugeSparkLineTileSkin when animated = true
  • Fixed problem with sorting in DonutChartTileSkin
tilesfx - 11.38

Published by HanSolo over 4 years ago

Features

  • added new ColorTileSkin
  • added new TurnoverTileSkin
  • added new FluidTileSkin
  • added new FireSmokeTileSkin
  • added RotationEffect that also can be used in custom skins

Fixes

tilesfx - 11.37

Published by HanSolo over 4 years ago

Features

  • added new CycleStepSkin
  • added images to ChartData
  • added flags for 263 countries as enum and control (Flag and FlagIcon)

Fixes

  • minor optimization in MatrixIconSkin
tilesfx - 11.36

Published by HanSolo over 4 years ago

Features

  • added new CycleStepSkin
  • added images to ChartData
  • added flags for 263 countries as enum and control (Flag and FlagIcon)

Fixes

  • minor optimization in MatrixIconSkin
tilesfx - 11.35

Published by HanSolo over 4 years ago

Features

  • Added new MatrixIconTileSkin

Fixes

  • Updated gradle enterprise plugin
tilesfx - 11.34

Published by HanSolo over 4 years ago

Features

  • Added a fixedScaleY property that affects the SparkLineTileSkin

Fixes

  • Fixed issue #94
tilesfx - 11.33

Published by HanSolo over 4 years ago

Features

  • Gradle wrapper now uses gradle 6.4

Fixes

  • Fixed issue #93
  • Fixed issue #94

Attention

With this version the dependency on json-simple was removed. Because of that also the WeatherTileSkin, EphemerisTileSkin, DataPoint and WeatherSymbol have been removed. They will come back as a separate library that can be loaded in addition.

tilesfx - 11.32

Published by HanSolo over 4 years ago

Features

Fixes

  • Fixed issue in SparkLineTileSkin related to no of datapoints
tilesfx - 11.31

Published by HanSolo over 4 years ago

Features

  • Added a property to switch ON/OFF the flat ui for the LedTileSkin

Fixes

  • Fix für issue #88
tilesfx - 11.30

Published by HanSolo over 4 years ago

Features

  • Added a new CountdownTimerTileSkin

Fixes

  • Fixed bugs in the RadarChart and RadarNodeChart
tilesfx - 11.29

Published by HanSolo over 4 years ago

Features

  • Added a new LedTileSkin which is based on the idea of @alessandroRoaro, thx for the idea

Fixes

tilesfx - 11.28

Published by HanSolo almost 5 years ago

Features

  • Added two properties, enableCustomDecimalFormat and customDecimalFormat that can be used to format the Tile valueText.

Fixes

  • Removed the org.openjfx classifier to avoid problems with already loaded modules
  • Fixed minor problem with y-axis labels in SparkLineTileSkin and GaugeSparkLineTileSkin
  • Updated some libraries for the build
tilesfx - 11.27

Published by HanSolo almost 5 years ago

Features

  • Added a new ImageCounterTileSkin

Fixes

  • Some minor optimizations related to drawing in the RadarNodeChart
  • Modified the calculation of contentBounds related to text visible or not