Formatter for total row for table chart Home › Forums › SPJS Charts for SharePoint › Formatter for total row for table chart Tagged: SPJS Charts total formatter This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by Alexander Bautz. Viewing 1 reply thread Author Posts February 20, 2018 at 06:39 #19929 Zaruba.IvanParticipant Hi Alexander, is it possible to format totals in Table Chart? Column Formatters do not affect it. Thank You. Ivan February 23, 2018 at 09:54 #19989 Alexander BautzKeymaster Hi, The table chart is a regular HTML table so you can style it by adding a Script editor web part to the page and add css like this: <style> #YOUR_CHART_ID_chart tbody tr:last-child{ font-weight:bold; background-color:green; color:white; } </style> Replace “YOUR_CHART_ID” with your chart ID. Alexander Author Posts Viewing 1 reply thread You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In