|
|
5 anos atrás | |
|---|---|---|
| .. | ||
| figures | 5 anos atrás | |
| pygal2_update | 5 anos atrás | |
| README.md | 5 anos atrás | |
| bar_descriptions.py | 5 anos atrás | |
| hn_submissions.py | 5 anos atrás | |
| python_repos.py | 5 anos atrás | |
| python_repos_updated.py | 5 anos atrás | |
As you probably saw in Chapter 15 and Chapter 16, you'll need to add a line each time you make a chart in order to render tooltips correctly:
chart = pygal.Bar() chart.force_uri_protocol = 'http'
chart = pygal.Bar(style=my_style, x_label_rotation=45, show_legend=False) chart.force_uri_protocol = 'http'
chart = pygal.Bar(style=my_style, x_label_rotation=45, show_legend=False) chart.force_uri_protocol = 'http'