RockandGrohl
Well-known Member
- Joined
- Aug 1, 2018
- Messages
- 801
- Office Version
- 365
- Platform
- Windows
Hello all,
Is it possible to create a line chart with points of interest? Let's say I use this data:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Day[/TD]
[TD]Bookings[/TD]
[TD]Event[/TD]
[/TR]
[TR]
[TD]1/1/2019[/TD]
[TD]78[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2/1/2019[/TD]
[TD]320[/TD]
[TD]HH Mailer[/TD]
[/TR]
[TR]
[TD]3/1/2019[/TD]
[TD]160[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4/1/2019[/TD]
[TD]290[/TD]
[TD]JV2 Mailer[/TD]
[/TR]
[TR]
[TD]5/1/2019[/TD]
[TD]300[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6/1/2019[/TD]
[TD]140[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7/1/2019[/TD]
[TD]230[/TD]
[TD]WE Email[/TD]
[/TR]
</tbody>[/TABLE]
So I'd have a line chart as you expect, but I want to have markers on it so I can try and correspond the events to the dates and hopefully draw a pattern that a mailing or email results in more bookings on the line chart.
I'm getting stuck with A) Having all dates across the screen instead of a compressed 1st, 4th, 7th, 10th etc view, and B) Actually putting the labels in.
Ideally I'd want them labelled across the top, aligned with the date and then a marker on the actual line itself.
Any ideas if this is possible? Thanks.
Is it possible to create a line chart with points of interest? Let's say I use this data:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Day[/TD]
[TD]Bookings[/TD]
[TD]Event[/TD]
[/TR]
[TR]
[TD]1/1/2019[/TD]
[TD]78[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2/1/2019[/TD]
[TD]320[/TD]
[TD]HH Mailer[/TD]
[/TR]
[TR]
[TD]3/1/2019[/TD]
[TD]160[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4/1/2019[/TD]
[TD]290[/TD]
[TD]JV2 Mailer[/TD]
[/TR]
[TR]
[TD]5/1/2019[/TD]
[TD]300[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6/1/2019[/TD]
[TD]140[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7/1/2019[/TD]
[TD]230[/TD]
[TD]WE Email[/TD]
[/TR]
</tbody>[/TABLE]
So I'd have a line chart as you expect, but I want to have markers on it so I can try and correspond the events to the dates and hopefully draw a pattern that a mailing or email results in more bookings on the line chart.
I'm getting stuck with A) Having all dates across the screen instead of a compressed 1st, 4th, 7th, 10th etc view, and B) Actually putting the labels in.
Ideally I'd want them labelled across the top, aligned with the date and then a marker on the actual line itself.
Any ideas if this is possible? Thanks.