mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
feat(charts): add basic data collection and rendering
This commit is contained in:
parent
a7cb464b55
commit
be5589daeb
6 changed files with 267 additions and 13 deletions
|
|
@ -1967,6 +1967,13 @@
|
|||
|
||||
<p>Click to overview:</p>
|
||||
<div>
|
||||
<button
|
||||
id="overviewChartsButton"
|
||||
data-tip="Click to open Charts to overview cells data"
|
||||
data-shortcut="Shift + A"
|
||||
>
|
||||
Charts
|
||||
</button>
|
||||
<button id="overviewBurgsButton" data-tip="Click to open Burgs Overview" data-shortcut="Shift + T">
|
||||
Burgs
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue