-
| I am not sure if this is more of a css / html related question. But the issue I am facing is regarding the size of my plots. I have an irregular amount of data and for example bar plots get automatically bigger the more data I have. But I have to adjust the svg viewport manually so that the additional height doesn't get cropped. Is there another possibility? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            Fil
          
      
      
        Jan 28, 2022 
      
    
    Replies: 1 comment 2 replies
-
| You can control the dimensions of the returned chart by explicitly setting width and height: If this doesn't answer your question, please be more specific and include an example? | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        Fil
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
You can control the dimensions of the returned chart by explicitly setting width and height:
If this doesn't answer your question, please be more specific and include an example?