Forum Discussion

matjw10's avatar
matjw10
Frequent Visitor
9 years ago

Themes For Shapes

Hi everyone,

 

Does anyone know if it is currently possible to change the colour of a shape to that of the theme of the report?

 

8 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    matjw10,

    Select the Shape map, go to Format> Data colors, you can choose Theme colors and apply them to your map.



    Regards,

    • matjw10's avatar
      matjw10
      Frequent Visitor

      Hi,

       

      Thanks for your reply.

       

      I was refering to the shapes within the insert ribbon rather than the shape map. 

      When I change the theme all of the visuals are affected however nothing else. Wasn't sure if there was currently a way of changing this.

       

      Thanks

      • Anonymous's avatar
        Anonymous
        Not applicable

        matjw10,

        Yes. shapes will not be affected. You would need to select the shape, go to Format shape, choose theme color for Line or Fill or Backgroud.


        Regards,

  • This should come handy, although the "fillColor" option does not works.

     

    	"shape": {
    			"*": {
    				"fill": [{
    					"show": true,
    					"fillColor": { "solid": { "color": "#6DBD5D"}},
    					"transparency": 50
    				}],
    				"border": [{
    					"color": {"solid": {"color": "#FFFFFF"}},
    					"show": false,
    					"radius": 0
    				}]
    			}
    		},