mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 21:53:08 -06:00
0bcda34738
- Cleanup homepage. - Expanded libraries - Added limits (for budgets) - Extended models - Added popups for charts. - [skip-ci]
12 lines
318 B
JavaScript
12 lines
318 B
JavaScript
/**
|
|
* Site-specific configuration settings for Highslide JS
|
|
*/
|
|
hs.graphicsDir = 'assets/css/graphics/';
|
|
hs.outlineType = 'rounded-white';
|
|
hs.wrapperClassName = 'draggable-header';
|
|
hs.captionEval = 'this.a.title';
|
|
hs.showCredits = false;
|
|
hs.marginTop = 20;
|
|
hs.marginRight = 20;
|
|
hs.marginBottom = 20;
|
|
hs.marginLeft = 20; |