-
### Description
I have Datastore and API configured in my application, I need to update records as soon as app is installed, I tried using code below but it returns an error because Datastore needs t…
-
I can't get rid of the below warning:
Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null.
../…/widgets/selectable.dart:459
- 'SchedulerBinding' is from '…
-
**Description the bug**
In bar chart, left titles are not showing proper intervals when the value becomes fractional.
- When the fed plot values go beyond zero (negative), the leftTitles are not b…
-
**Describe the bug**
The Tooltip Line of the LineChart is by default colored as the upper positioned line, this works very unreliably. See image for a visual impression:
![Screenshot from 2021-11…
-
### Description
I have noticed a certain behaviour in my database operations. If I try to update a field in my database which does not currently have a value, the operation completes and the data is …
-
### Description
Got ApiException(message: Received an IO exception while making the request., recoverySuggestion: Retry the request., underlyingException: java.net.SocketTimeoutException: timeout) w…
-
### Preflight Checklist
* [X] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
* [X] I have searched the iss…
-
_I'm sorry if this is a duplicate, I've looked trough the issues quickly, but I might have missed a similar one._
My problem is that when the user taps the graph, the number shows up to the right o…
-
full code is shown below,
expected:
(1,35) and (2,37) are next to each other;
(5,28) and (6,18) are next to each other;
(6,18) and (8,34) are not conflicting;
...
each column width == 1
![Sim…
-
Hi sir,
I want to know how to display report as shown on dart-pdf example. I need to display on the web before printing the pdf.
For the printing pdf part is already ok.