Нет описания

tum aaae6b7534 first commit лет назад: 5
..
figures aaae6b7534 first commit лет назад: 5
pygal2_update aaae6b7534 first commit лет назад: 5
README.md aaae6b7534 first commit лет назад: 5
bar_descriptions.py aaae6b7534 first commit лет назад: 5
hn_submissions.py aaae6b7534 first commit лет назад: 5
python_repos.py aaae6b7534 first commit лет назад: 5
python_repos_updated.py aaae6b7534 first commit лет назад: 5

README.md

Chapter 17

Updates

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'

Page by page updates

p. 384-385, python_repos.py

chart = pygal.Bar(style=my_style, x_label_rotation=45, show_legend=False)
chart.force_uri_protocol = 'http'

p. 387-388, bar_descriptions.py

chart = pygal.Bar(style=my_style, x_label_rotation=45, show_legend=False)
chart.force_uri_protocol = 'http'