a87de727af
* Fix various typos Fixes user-facing and non-user-facing typos. Found via `codespell -q 3 -S "*.map,./migration,./migration-historic"` * Added requested revisions * Added requested revision * Added requested revisions |
||
---|---|---|
.. | ||
.settings | ||
META-INF | ||
src | ||
.classpath | ||
.project | ||
README.md | ||
build.properties | ||
pom.xml |
README.md
org.idempiere.zk.billboard
-
Wrap https://github.com/naver/billboard.js as zk component.
-
Get latest billboard.min.js and billboard.js from https://naver.github.io/billboard.js/#download. Following Zk naming convention, rename billboard.min.js to billboard.js and rename billboard.js to billboard.src.js.
-
Get d3 from https://d3js.org/. The current version use by billboard is v6 so the corresponding link is https://d3js.org/d3.v6.js and https://d3js.org/d3.v6.min.js. Again, following Zk naming conversion, we need to rename d3.v6.js to d3.v6.src.js and rename d3.v6.min.js to d3.v6.js.
-
Replace billboard.css with latest billboard.css from https://naver.github.io/billboard.js/#download.
- Add !important to padding and text-align of .bb-tooltip th and padding of .bb-tooltip td to fix conflict with zk css
- Change font-size of text.bb-chart-arcs-gauge-title from 2.7em to 1.5em.
- Original: text.bb-chart-arcs-gauge-title { dominant-baseline: middle; font-size: 2.7em; }
- Updated: text.bb-chart-arcs-gauge-title { dominant-baseline: middle; font-size: 1.5em; }
-
Update version-uid in metainfo.zk/lang-addon.xml and org.idempiere.zk.billboard.Version.UID (both value must match).
-
Update version of "zul.billboard" and "zul.billboard.css" javascript-module in metainfo.zk/lang-addon.xml.