Skip to content

Commit

Permalink
Major overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
slowe committed Nov 21, 2024
1 parent b38e6e0 commit 7c4e4fa
Show file tree
Hide file tree
Showing 5 changed files with 1,221 additions and 501 deletions.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# odi.hexmap.js
# oi.hexmap.js

Making hexmaps

## Changelog

* 0.8.3:
- Use patterns for grid
- Overhaul positioning
* 0.8.2:
- Minor bug fix for boundary lines
* 0.8.1:
- Can set the label and tooltip keys using updateLabels(labelkey,tooltipkey)
* 0.8.0:
- Update DOM
* 0.7.0:
- Draw boundary lines
- Add patterns
* 0.6.4:
- Remove browser tooltip
* 0.6.3:
- fitToRange()
* 0.6.2:
- allow multiple callbacks to be added with .on()
* 0.6.1:
- bug fixes
* 0.6.0:
- change namespace
- set padding
- can provide function to updateColours()
Loading

0 comments on commit 7c4e4fa

Please sign in to comment.