Thomas Feuster

Results 28 issues of Thomas Feuster

Pull request for changes to resolve #73 and #72 . Includes updated test case LineChartTest to use the new features. - added the option to set a StringConverter for number...

First of all thanks for the library! Speed improvements against the standard implementation are great. I would like to replace a chart that I have where the user can change...

When trying to build the following axis: ``` xAxisElev = AxisBuilder.create(Orientation.HORIZONTAL, Position.BOTTOM) .autoScale(false) .type(AxisType.LINEAR) .minorTickMarksVisible(false) .mediumTickMarksVisible(false) .minorTickSpace(5) .majorTickSpace(5) .tickLabelFontSize(16) .title("") .build(); ``` I run into various points that I would...

Hi, I'm planning to use paver in combination with piwigo to show panorama images. In same cases I have images that are too large both horizontally and vertically. Therefore, I...

Hi, I'm using Leaflet.Editable and I'm quite happy with it! Thanks a lot for this. Recently, I've been adding listeners to various events. I have done so successfully for L.Editable.VertexMarker...

See https://github.com/JFXtras/jfxtras-styles/issues/210

There are no styles in jmetro for the jfxtras calendar, so the calendar is rendered with dark grey areas - see attached screnshot. ![Clipboard02](https://user-images.githubusercontent.com/14020617/104505713-a2f80600-55e4-11eb-91b9-481a4f75345d.jpg)

low-priority

See https://github.com/JFXtras/jfxtras/issues/124. Root cause is in jfxtras\styles\jmetro\base_other_libraries.css, Line 40: ``` .ListSpinner { -fx-skin: "impl.jfxtras.labs.internal.scene.control.skin.ListSpinnerCaspianSkin"; -fx-background-color: #f0f0f0; -fx-background-insets: 0 0 0 0; -fx-background-radius: 0; -fx-padding: 0.266667em 0.233333em 0.25em 0.233333em; -fx-text-fill: #212121;...

Since I now have a working version of _run_ and _debug_ tasks thanksto https://github.com/kelemen/netbeans-gradle-project/issues/403 I would now need to extend the _assembleDist_ task as well. In ordr to run my...

I have tried to use JShrink v1.3.3 on pannellum.js (from https://github.com/mpetroff/pannellum/releases/download/2.5.6/pannellum-2.5.6.zip) and I have found the following: pannellum.js contains `/^(?:[a-z]+:)?\/\//` which can't be handled by JShrink. What happens: Everything after...