remove pallate and show shapes without it

Can I show these FlowShapes without boundary and this heading?

1 Reply

AR Aravind Ravi Syncfusion Team June 1, 2020 08:58 AM UTC

Hi Rakhi 

We have created a sample to show palette shapes without heading and boundary. In the palettes title property do not any title for the palettes. So that heading does not add to the palette. In the style.css file add styles for only diagram do not refer style for the symbol palette. If you do not refer symbol palette style means the boundary does not render. We do not have any property in palette to disable symbol palette boundary. Please find the below code snippet for how to use symbol palette. 

public palettes: PaletteModel[] = [ 
   
      id: 'flow', 
      expanded: true, 
      symbols: this.flowshapes, 
      iconCss: 'shapes', 
   
     
  ]; 

//style.css 
@import '../node_modules/@syncfusion/ej2-angular-diagrams/styles/material.css'; 

 


Regards 
Aravind Ravi 


Loader.
Up arrow icon