hi to all friend.
i have many projects that i want show project in line chart with date create this project.
i find highcharts for this work . but i have not "Y" line and i want show tooltip string value.
values in tooltip Must be int.
series: [{
name: 'Projects Name',
data: [7.0, 6.9, 9.5, 14.5, 18.2, 21.5, 25.2, 26.5, 23.3, 18.3, 13.9, 9.6]
}]i want replace in data string value.for examlpe:
series: [{
name: 'Project Name',
data: ["ProjectName1","OtherProjectName","ManyProjectName1"]
}]i want this:
