score:1

Consider use the Unicode Character 'QUOTATION MARK' (U+0022) \u0022.

Example:

nodes: [{
       id: 'CEO',
       title: 'The Boss',
       name: '<a href=\u0022tel: 123456\u0022>Jo Bloggs</a>',
       },{

See working jsfiddle and check the value Employee - Torstein Hønsi:

Example:

{
    id: 'CPO',
    title: 'CPO',
    name: '<a href=\u0022#\u0022>Employee - Torstein Hønsi</a>',
    image: 'https://wp-assets.highcharts.com/www-highcharts-com/blog/wp-content/uploads/2020/03/17131213/Highsoft_03998_.jpg'
}

Related Query

More Query from same tag