Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

highchart tooltip useHTML does not work #121

Open
seanlook opened this issue Jul 7, 2017 · 0 comments
Open

highchart tooltip useHTML does not work #121

seanlook opened this issue Jul 7, 2017 · 0 comments

Comments

@seanlook
Copy link

seanlook commented Jul 7, 2017

BarChart:

        options={
        'tooltip': {
            'shared': True,
            'useHTML': True,
            'headerFormat': '<span style="font-size:10px">{point.key}</span><table>',
            'pointFormat': '<tr><td style="color:{series.color};padding:0">{series.name}: </td>'
                           '<td style="padding:0"><b>{point.y:.1f} mm</b></td></tr>',
            'footerFormat': '</table>'
        },
    }

useHTML attribute does not work in html page. I saw '<' is escaped.
After I remove 'cls=JSONEncoderForHTML' params from highcharts.py line:179 , it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant