Skip to content

Tags: oneteme/jquery-charts

Tags

v0.0.16

Toggle v0.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hotfix temporary loading instant no data message and clean code (#64)

* - fixed the flash bug when a graph appeared and data was not displayed even though it was present (changed from ngif to ngswitch).
- updated directives to avoid going back and forth between them and the utils.ts file for better understanding
- added version update to 0.0.16
- added a test page that can be activated as required
- readme updated accordingly
- added icon favicon

* Refactor chart components and styles for improved readability and performance; update HTML structure and SCSS styles, remove unused imports, and optimize data handling.

v0.0.15

Toggle v0.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
version 0.0.15, url demo fix (#62)

* push new version

* Augmenter la limite d'erreur maximale pour le style de composant dans angular.json

* update v0.0.14 cause of the url problem

* fix the url for the demo github page:
back to “/jquery-charts/” which creates a duplicate url, but at least it works.
note: putting nothing in creates a 404 error and putting only a “/” displays nothing.

* update jquery-core dependency to version 0.0.15

v0.0.14

Toggle v0.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
new version v0.0.14 (#61)

* push new version

* Augmenter la limite d'erreur maximale pour le style de composant dans angular.json

* update v0.0.14 cause of the url problem

v0.0.13

Toggle v0.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix url (#58)

* push new version

* Augmenter la limite d'erreur maximale pour le style de composant dans angular.json

* Modify the redirection of the main route to the Home component and adjust the base path for deployment

* Update package versions to 0.0.13 in package.json

v0.0.12

Toggle v0.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
augmente taille angular (#49)

* push new version

* Augmenter la limite d'erreur maximale pour le style de composant dans angular.json

v0.0.11

Toggle v0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor: Simplify mouse event with standardization on all chart type…

…s. it was missing for treemap and range. Now it's the same for everyone, and choose the “if” rather than the ternary for a better understanding. (#41)

v1

Toggle v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from oneteme/develop

init version