diff --git a/stWDBRN.bsdesign b/stWDBRN.bsdesign index 1f9dbb3..9cc0ea2 100644 Binary files a/stWDBRN.bsdesign and b/stWDBRN.bsdesign differ diff --git a/templates/index.html b/templates/index.html index 6879526..9cb250a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -66,6 +66,7 @@ textStyle: { color: 'white' } }, backgroundColor: '#212529', + sliceVisibilityThreshold: 0.02 }; async function fetchData(apiUrl) { @@ -128,6 +129,7 @@ const table = document.createElement('table'); table.style.margin = 'auto'; table.style.borderCollapse = 'collapse'; + table.style.maxWidth = '100%'; const thead = document.createElement('thead'); const tbody = document.createElement('tbody');