score:2
Accepted answer
This is a simple example which only uses css and html. It is very limited but functions (fixed width tool tips etc). You could easily make it more flexible, it is just to show it is possible.
<div class="list">
<div class="period">...</div>
<div class="period">15/5
<span class="tool-tip">info</span>
</div>
<div class="period">16/5/2015
<span class="tool-tip">info 2</span>
</div>
<div class="period">17/5
<span class="tool-tip">fixed width</span>
</div>
<div class="period">18/5</div>
<div class="arrow-right"></div>
</div>
.period{
float:left;
position:relative;
display:inline-block;
...
}
.tool-tip{
height:35px;
line-height: 25px;
position: absolute;
...
}
Main thing to be aware of is that each section is an inline box, then the tool tip is located relative to it.
Source: stackoverflow.com
Related Articles
- Time-Date and Event chart or Graph in Highchart
- Highchart area chart with date time
- how to assign date time to highchart with intervals and date start
- Fire click event on a highchart column drilldown chart on clicking x axis for drill down reports
- HighChart : plot line click event for multiple chart
- High chart date time conversion showing wrong values
- Highchart / Highstock stack column chart show one series's tooltip at a time
- html button not firing event to the required graph container firing to different graph in Highchart JS
- 24-Hour Time Event Chart using HighCharts
- Stacked column chart with irregular date time interval
- Pie chart taking more load time than line chart in highchart
- Highchart changes chart width when user hides the graph lines
- show one series data at a time in high chart column graph
- Highchart Date time interval in x-Axis
- Automating htmlwidget: highchart graph generation for multiple time series
- HighChart showing future Time on X-axis for real time chart
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- Highchart group chart points with same date
- Gauge chart Highchart size of the graph issue
- How to get time interval of candlestick in candlestick chart in highchart
- Date Vs. Time Graph With HighCharts
- Change onclick event in highchart ,pie chart
- Date and time wrong on Highstock chart
- filling Highchart pie graph on kendo grid databound event
- Highchart JS Set data not updating Export: ShowTable on Dropdown Event but chart updates fine
- Highcharts - Performance issue using chart with x values date and TIME
- Highchart - Column chart - Drilldown event fires many times
- X-Axis is not fully taking the width in date time chart in high charts
- create a chart with date values in highchart
- Highchart specific width stack column bar graph
- Highmaps, cannot access marker by id through javascript?
- How to set the highchart and the table horizontally?
- change json value's datatype in javascript
- Highcharts columns not displaying different color
- How to change dividing point to comma in decimal value in Highcharts pie chart?
- Add a dropdown to Highcharts to change chart type with AngularJs
- Not able to correctly plot x-axis in HighChart
- How to get chart data in tabular form same as 'view data table' on click a button
- high chart- how to add array in custom dataLabels formatter
- Highcharts add an image to that chart with an onClick event attached to it
- Is it possible to include maplines in highcharter maps?
- jQuery detach() v/s remove() v/s hide()
- Highcharts are not working through AJAX
- Highcharts and highmaps plugin render a blank map
- How To Load CSV File Data On HighChart?
- Highcharts Bar Chart - Labels Not Appearing in Bar
- How to render all values of a container axis?
- How can I prevent Highcharts from displaying decimal intervals in between x-axis ticks?
- How to align category labels on xAxes in Highcharts.js
- Change point style on hover over other onpage element