Skip to content

Commit

Permalink
Updated title size for datatable
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Aug 11, 2022
1 parent 325b8d6 commit 9624aa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ In chartpy/examples you will find several demos

# Coding log

* 11 Aug 2022
* Minor change to headline title size for Dash datatable
* 07 Jul 2022
* Edited SketchComponents to take into account deprecated Dash imports
* 29 Jun 2021
Expand Down
2 changes: 1 addition & 1 deletion chartpy/dashboard/sketchcomponents.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def table(self, caption=None, id=None, prefix_id='', element_add=None,
prefix_id = prefix_id + '-'

html_tags = []
html_tags.append(html.H3(caption))
html_tags.append(html.H4(caption))

if element_add is not None:
html_tags.append(element_add)
Expand Down

0 comments on commit 9624aa5

Please sign in to comment.