mirror of
https://github.com/towfiqi/serpbear
synced 2025-06-26 18:15:54 +00:00
fix: Resolves incorrect search trend graph in Ideas section.
closes #219
This commit is contained in:
@@ -61,7 +61,7 @@ const KeywordIdea = (props: KeywordIdeaProps) => {
|
||||
onClick={() => showKeywordDetails()}
|
||||
className={`keyword_visits text-center hidden mt-4 mr-5 ml-5 cursor-pointer
|
||||
lg:flex-1 lg:m-0 lg:ml-10 max-w-[70px] lg:max-w-none lg:pr-5 lg:flex justify-center`}>
|
||||
{chartData.labels.length > 0 && <ChartSlim labels={chartData.labels} sreies={chartData.sreies} noMaxLimit={true} />}
|
||||
{chartData.labels.length > 0 && <ChartSlim labels={chartData.labels} sreies={chartData.sreies} noMaxLimit={true} reverse={false} />}
|
||||
</div>
|
||||
|
||||
<div className='keyword_ctr text-center inline-block ml-4 lg:flex mt-4 relative lg:flex-1 lg:m-0 justify-center'>
|
||||
|
||||
Reference in New Issue
Block a user