Differences From Artifact [4ccd392962]:
- File src/piechart.c — part of check-in [7913bba610] at 2020-08-03 01:16:58 on branch trunk — Added a missing db_finalize() in piechart_render() for the empty chart case. (user: stephan size: 10660) [more...]
To Artifact [1670aa660a]:
- File src/piechart.c — part of check-in [ef5424b683] at 2020-11-05 23:15:41 on branch default-css-cleanups — Added a parameter to style_footer() and renamed it to match its actual function (style_body_and_footer()) so we can add a CSS class to each page that indicates which major Fossil feature served the page, so we can have module-specific CSS. (user: wyoung size: 10675)
| ︙ | |||
326 327 328 329 330 331 332 | 326 327 328 329 330 331 332 333 334 | - + | @ <ul> @ <li> <a href='test-piechart?data=44,2,2,2,2,2,3,2,2,2,2,2,44'>Case 1</a> @ <li> <a href='test-piechart?data=2,2,2,2,2,44,44,2,2,2,2,2'>Case 2</a> @ <li> <a href='test-piechart?data=20,2,2,2,2,2,2,2,2,2,2,80'>Case 3</a> @ <li> <a href='test-piechart?data=80,2,2,2,2,2,2,2,2,2,2,20'>Case 4</a> @ <li> <a href='test-piechart?data=2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2'>Case 5</a> @ </ul> |