percent sign in tool tip is not accepted
eiland - August 21, 2008 - 20:11
| Project: | Open Flash Chart API |
| Version: | 5.x-2.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | eiland |
| Status: | closed |
Jump to:
Description
I'm adding the percent sign in a pie tool tip, so
$g->set_tool_tip(" #x_label#<br>#val#%");
or
$g->set_tool_tip(" #x_label#<br>#val# &");
but that gives me random garbage as tip

#1
Okay, sorry, I should use
%25, so$g->set_tool_tip(" #x_label#<br>#val#%25");#2
Automatically closed -- issue fixed for two weeks with no activity.