Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/zbornica #546

Draft
wants to merge 264 commits into
base: master
Choose a base branch
from
Draft

Feat/zbornica #546

wants to merge 264 commits into from

Conversation

jalezi
Copy link
Collaborator

@jalezi jalezi commented Oct 13, 2024

I am playing with highcharts. At the moment, I have three example charts.
I didn't bother too much with styling.

@SterArcher @romunov

Do not merge!

- Removed unnecessary meta information from the SVG files.
- make header sticky
- scroll behaviour is by default smooth
- set scroll margin top for all elements with id
- add chart icon
- Modal component
…charts

TItles from one chart are applied in another one.
…charts

TItles from one chart are applied in another one.

Weird behaviour for mobile print (iOS)
Add type definitions for ChartData and MapData objects in the Analytics module. These types define the structure of the data used for rendering charts and maps in the application.

The ChartData type includes properties such as section, order, id, componentName, and options, which are specific to rendering chart cards. The options property is of type HighchartsOptions, which is imported from the 'highcharts' library.

The MapData type includes similar properties as ChartData, but with the componentName set to 'MapCard' and the options property of type HighMapsOptions, imported from the 'highcharts/highmaps' library.

This commit lays the foundation for better type checking and improved code readability in the Analytics module.
jalezi added 22 commits January 15, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant