We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Pivot Chart Field List personalize title on modal

Can you personalize with a different text the title on the Field List modal of the Pivot Table or Pivot Chart??




1 Reply 1 reply marked as answer

AP AngelinFaithSheeba PaulvannanRajadurai Syncfusion Team October 26, 2022 09:26 AM UTC

Hi Valeria,


You can change the field list UI title through localization. Please refer the below code example.


Code example:

   L10n.load({

    'en-US': {

        pivotfieldlist: {

            fieldList: 'Popup-FieldList'

        },

    },

  });


Output screenshot:


Meanwhile, we have prepared a sample for your reference.


Sample: https://stackblitz.com/edit/angular-95nzm5?file=app.component.ts


Please let us know if you have any concerns.


Regards,

Angelin Faith Sheeba.


Marked as answer
Loader.
Live Chat Icon For mobile
Up arrow icon