Updated How to configure X (markdown)

Aurora Lahtela 2024-01-21 13:19:27 +02:00
parent 19cdd3568f
commit e7b6eb8005

@ -11,7 +11,7 @@ This page has some frequently asked configuration/customization how-to's listed.
## Configuring time formats of the graphs
- Use [Html Customization](https://github.com/plan-player-analytics/Plan/wiki/Html-Customization) to get customized `js/graphs.js` file.
- This feature is in development https://github.com/plan-player-analytics/Plan/issues/2781
### Specific graph
@ -76,12 +76,4 @@ Change the `buttons` sections in the file
type: 'all',
text: 'All'
}]
```
# How to change world map projection?
- Use [Html Customization](https://github.com/plan-player-analytics/Plan/wiki/Html-Customization) to replace `vendor/Highcharts/modules/world.js` with another Javascript file from https://code.highcharts.com/mapdata/
# How to use CDN instead of local file URL?
- Use [Html Customization](https://github.com/plan-player-analytics/Plan/wiki/Html-Customization) to replace the address with a CDN based address
```