Kozea / pygal

PYthon svg GrAph plotting Library
https://www.pygal.org
GNU Lesser General Public License v3.0
2.64k stars 411 forks source link

How to remove the default style #485

Open caoshitong369 opened 4 years ago

caoshitong369 commented 4 years ago
caoshitong369 commented 4 years ago

I want to remove #chart-c0a8f562-3296-4aa9-8155-75946fb042b4{-webkit-user-select:none;-webkit-font-smoothing:antialiased;font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace}#chart-c0a8f562-3296-4aa9-8155-75946fb042b4 .title{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:16px}#chart-c0a8f562-3296-4aa9-8155-75946fb042b4 .legends .legend text{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:14px}#chart-c0a8f562-3296-4aa9-8155-75946fb042b4 .axis text{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:10px}#chart-c0a8f562-3296-4aa9-8155-75946fb042b4 .axis text.major{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:10px}#chart-c0a8f562-3296-4aa9-8155-75946fb042b4 .text-overlay text.value{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:16px}#chart-c0a8f562-3296-4aa9-8155-75946fb042b4 .text-overlay text.label{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:10px}#chart-c0a8f562-3296-4aa9-8155-75946fb042b4 .tooltip{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:14px}#chart-c0a8f562-3296-4aa9-8155-75946fb042b4 text.no_data{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:64px}

caoshitong369 commented 4 years ago

@paradoxxxzero hi bro, Is there a solution to this problem I encountered? I want to reduce the size of svg as much as possible.