Nicolò Santilio

Results 46 comments of Nicolò Santilio

The `/login` endpoint will return an Authentication and Authorization token. However the usage is not standardized and to authenticate requests it must be passed in the body of requests that...

I'll make sure to update the specs with the "token" parameter in all the requests that require it. However I'm unsure about the use of enums in OpenAPI specs, since...

> Good lord. Do I have to send both category AND category id? Only one of them is not sufficient, while they seem to mean the same thing. At least...

Hi @Frontrider thank you for checking this out. As the issue is addressed in the PR too, I had an interaction with @Calinou some time ago about this. I'm not...

point (2) added as proposal [here](https://github.com/fenix-hub/godot-engine.easy-charts/projects/1#card-90217666).

bdceaa5 implements point (2). Currently it is possible to fix y/x domain bounds using `Chart.set_x_domain(lower_bound, upper_bound)` and `Chart.set_y_domain(lower_bound, upper_bound)` methods. You can find an update example on `simple_chart` on `main`...

Hi, Currently you can set custom x-axis and y-axis values using the `x_labels` and `y_labels` directly on a Chart class. https://github.com/fenix-hub/godot-engine.easy-charts/blob/ecab4394394b1f62c13b917e268953916003aa46/addons/easy_charts/control_charts/chart.gd#LL15C1-L16C37 Would this be enough?

Hi @Gone2Daly [v18.08.23](https://github.com/fenix-hub/godot-engine.easy-charts/releases/tag/v18.08.23) should have fixed this issue.

Hi Mike, thanks for replying. I didn't draw the icon, it is the official one but just in white. The only thing I did was basically inverting background and icon...